aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-11-16 19:02:28 +0100
committerMichael Miday <midaym@gmail.com>2015-11-16 19:02:28 +0100
commite031afc5f7422c489282d667f0bd69f3f25ab8ec (patch)
treea4d5e96d4fd3724f8eb9c25e4337187874b52d9f /phpBB/styles/prosilver/template/viewtopic_body.html
parentcbf9408e66eeddf2d53b87427bf8cb1f3d013a5c (diff)
downloadforums-e031afc5f7422c489282d667f0bd69f3f25ab8ec.tar
forums-e031afc5f7422c489282d667f0bd69f3f25ab8ec.tar.gz
forums-e031afc5f7422c489282d667f0bd69f3f25ab8ec.tar.bz2
forums-e031afc5f7422c489282d667f0bd69f3f25ab8ec.tar.xz
forums-e031afc5f7422c489282d667f0bd69f3f25ab8ec.zip
[ticket/14294]Fix removal of wanted icons
PHPBB3-14294
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html2
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 19b52c6ff6..e490dacb0a 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -284,7 +284,7 @@
<!-- IF S_IS_BOT -->
<span><i class="icon fa-file fa-fw <!-- IF postrow.S_UNREAD_POST -->icon-red<!-- ELSE -->icon-lightgray<!-- ENDIF --> icon-md" aria-hidden="true"></i><span class="sr-only">{postrow.MINI_POST}</span></span>
<!-- ELSE -->
- <a href="{postrow.U_MINI_POST}" title="{postrow.MINI_POST}">
+ <a class="unread" href="{postrow.U_MINI_POST}" title="{postrow.MINI_POST}">
<i class="icon fa-file fa-fw <!-- IF postrow.S_UNREAD_POST -->icon-red<!-- ELSE -->icon-lightgray<!-- ENDIF --> icon-md" aria-hidden="true"></i><span class="sr-only">{postrow.MINI_POST}</span>
</a>
<!-- ENDIF -->