diff options
| author | Cesar G <prototech91@gmail.com> | 2014-06-04 22:58:19 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-06-04 22:58:19 -0700 |
| commit | 3c3a182f07483544d2cad38cd8efc2077f8f170e (patch) | |
| tree | 3f2ea4b97844471f090de0020433291275039ef8 /phpBB/styles/subsilver2/template/viewtopic_body.html | |
| parent | 5ae331a27aa4a19548fd8c97c84f3c973fdbaf81 (diff) | |
| parent | 560e0f97be1129a8b93fc7486cc28f1bea30471e (diff) | |
| download | forums-3c3a182f07483544d2cad38cd8efc2077f8f170e.tar forums-3c3a182f07483544d2cad38cd8efc2077f8f170e.tar.gz forums-3c3a182f07483544d2cad38cd8efc2077f8f170e.tar.bz2 forums-3c3a182f07483544d2cad38cd8efc2077f8f170e.tar.xz forums-3c3a182f07483544d2cad38cd8efc2077f8f170e.zip | |
Merge remote-tracking branch 'PayBas/ticket/12565' into develop-ascraeus
* PayBas/ticket/12565:
[ticket/12565] Empty anchors introduce white-space in IE11
Diffstat (limited to 'phpBB/styles/subsilver2/template/viewtopic_body.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_body.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index 0c7900076b..8f83bfbea6 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -141,8 +141,8 @@ <!-- IF postrow.S_POST_HIDDEN --> <td class="gensmall" colspan="2" height="25" align="center"> - <!-- IF postrow.S_FIRST_UNREAD --><a id="unread" data-url="{postrow.U_MINI_POST}"></a><!-- ENDIF --> - <a name="p{postrow.POST_ID}"></a> + <!-- IF postrow.S_FIRST_UNREAD --><a id="unread" class="anchor" data-url="{postrow.U_MINI_POST}"></a><!-- ENDIF --> + <a name="p{postrow.POST_ID}" class="anchor"></a> <!-- IF postrow.S_POST_HIDDEN --> <!-- IF postrow.S_POST_DELETED --> {postrow.L_POST_DELETED_MESSAGE} @@ -155,7 +155,7 @@ <!-- ELSE --> <td align="center" valign="middle"> - <!-- IF postrow.S_FIRST_UNREAD --><a id="unread" data-url="{postrow.U_MINI_POST}"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a> + <!-- IF postrow.S_FIRST_UNREAD --><a id="unread" class="anchor" data-url="{postrow.U_MINI_POST}"></a><!-- ENDIF --><a name="p{postrow.POST_ID}" class="anchor"></a> <b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b> </td> <td width="100%" height="25"> |
