diff options
author | PayBas <contact@paybas.com> | 2014-06-02 14:05:46 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-06-02 14:05:46 +0200 |
commit | 560e0f97be1129a8b93fc7486cc28f1bea30471e (patch) | |
tree | c43cadc5df64bca8e6d9789423cd610b4747a7c6 /phpBB/styles/subsilver2/template/overall_header.html | |
parent | 48679eeff884ce564f7a5ceb7db1b6c64e5dcb67 (diff) | |
download | forums-560e0f97be1129a8b93fc7486cc28f1bea30471e.tar forums-560e0f97be1129a8b93fc7486cc28f1bea30471e.tar.gz forums-560e0f97be1129a8b93fc7486cc28f1bea30471e.tar.bz2 forums-560e0f97be1129a8b93fc7486cc28f1bea30471e.tar.xz forums-560e0f97be1129a8b93fc7486cc28f1bea30471e.zip |
[ticket/12565] Empty anchors introduce white-space in IE11
PHPBB3-12565
Diffstat (limited to 'phpBB/styles/subsilver2/template/overall_header.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index b4a2fa5b59..314e284155 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -140,7 +140,7 @@ function marklist(id, name, state) <!-- EVENT overall_header_body_before --> -<a name="top"></a> +<a name="top" class="anchor"></a> <div id="wrapheader"> |