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/posting_review.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/posting_review.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_review.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_review.html b/phpBB/styles/subsilver2/template/posting_review.html index baf159aecd..c118499564 100644 --- a/phpBB/styles/subsilver2/template/posting_review.html +++ b/phpBB/styles/subsilver2/template/posting_review.html @@ -23,7 +23,7 @@ <td colspan="2">{post_review_row.L_IGNORE_POST}</td> <!-- ELSE --> - <td rowspan="2" align="{S_CONTENT_FLOW_BEGIN}" valign="top"><a id="pr{post_review_row.POST_ID}"></a> + <td rowspan="2" align="{S_CONTENT_FLOW_BEGIN}" valign="top"><a id="pr{post_review_row.POST_ID}" class="anchor"></a> <table width="150" cellspacing="0" cellpadding="4" border="0"> <tr> <td align="center"><b class="postauthor">{post_review_row.POST_AUTHOR_FULL}</b></td> |
