projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04fcf78
)
Use `<span>` instead of `<a>` for jump anchors
author
Alexander Ebert
<ebert@woltlab.com>
Mon, 10 May 2021 14:06:25 +0000
(16:06 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Mon, 10 May 2021 14:06:25 +0000
(16:06 +0200)
com.woltlab.wcf/templates/footer.tpl
patch
|
blob
|
blame
|
history
com.woltlab.wcf/templates/header.tpl
patch
|
blob
|
blame
|
history
wcfsetup/install/files/acp/templates/footer.tpl
patch
|
blob
|
blame
|
history
wcfsetup/install/files/acp/templates/header.tpl
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/templates/footer.tpl
b/com.woltlab.wcf/templates/footer.tpl
index 308157a9143f596224a16ebddb483044c6612b14..0e9a4e229e08dba6ad0a7b9a778a2b6ed730e4b0 100644
(file)
--- a/
com.woltlab.wcf/templates/footer.tpl
+++ b/
com.woltlab.wcf/templates/footer.tpl
@@
-145,7
+145,7
@@
{@FOOTER_CODE}
-<
a id="bottom"></a
>
+<
span id="bottom"></span
>
</body>
</html>
diff --git
a/com.woltlab.wcf/templates/header.tpl
b/com.woltlab.wcf/templates/header.tpl
index bc792e9b4e65c11b6f67f2863c5afb5c8cff9a13..dc9e0c51166a13d6bc1c81b1953bc7ef9756501c 100644
(file)
--- a/
com.woltlab.wcf/templates/header.tpl
+++ b/
com.woltlab.wcf/templates/header.tpl
@@
-27,7
+27,7
@@
{if !$__pageDataAttributes|empty}{@$__pageDataAttributes}{/if}
class="{if $__wcf->getActivePage() != null && $__wcf->getActivePage()->cssClassName}{$__wcf->getActivePage()->cssClassName}{/if}{if !$__pageCssClassName|empty} {$__pageCssClassName}{/if}">
-<
a id="top"></a
>
+<
span id="top"></span
>
<div id="pageContainer" class="pageContainer">
{event name='beforePageHeader'}
diff --git
a/wcfsetup/install/files/acp/templates/footer.tpl
b/wcfsetup/install/files/acp/templates/footer.tpl
index da3b6ece2ca362a0259d032bdf4c45fab42df5cd..ca15232394a24624985e77c570a21aa31bd68e8a 100644
(file)
--- a/
wcfsetup/install/files/acp/templates/footer.tpl
+++ b/
wcfsetup/install/files/acp/templates/footer.tpl
@@
-12,7
+12,7
@@
<!-- JAVASCRIPT_RELOCATE_POSITION -->
-<
a id="bottom"></a
>
+<
span id="bottom"></span
>
</body>
</html>
diff --git
a/wcfsetup/install/files/acp/templates/header.tpl
b/wcfsetup/install/files/acp/templates/header.tpl
index c6eeddd28be9fdbd82e2f4c49b5e046797e86af2..e42883decb96d2dde019322effabec3b16ccab39 100644
(file)
--- a/
wcfsetup/install/files/acp/templates/header.tpl
+++ b/
wcfsetup/install/files/acp/templates/header.tpl
@@
-225,7
+225,7
@@
</head>
<body id="tpl{$templateName|ucfirst}" data-template="{$templateName}" data-application="{$templateNameApplication}" class="wcfAcp">
- <
a id="top"></a
>
+ <
span id="top"></span
>
{assign var=_acpPageSubMenuActive value=false}
{if PACKAGE_ID}