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/prosilver/template/viewtopic_body.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/prosilver/template/viewtopic_body.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index eb61bd3e72..5e660b03b8 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -117,7 +117,7 @@ <!-- BEGIN postrow --> <!-- EVENT viewtopic_body_postrow_post_before --> - <!-- IF postrow.S_FIRST_UNREAD --><a id="unread" data-url="{postrow.U_MINI_POST}"></a><!-- ENDIF --> + <!-- IF postrow.S_FIRST_UNREAD --><a id="unread" class="anchor" data-url="{postrow.U_MINI_POST}"></a><!-- ENDIF --> <div id="p{postrow.POST_ID}" class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_POST_DELETED --> deleted<!-- ENDIF --><!-- IF postrow.S_ONLINE and not postrow.S_POST_HIDDEN --> online<!-- ENDIF --><!-- IF postrow.POSTER_WARNINGS --> warned<!-- ENDIF -->"> <div class="inner"> |
