diff options
author | Michael Miday <midaym@gmail.com> | 2015-11-16 19:02:28 +0100 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-11-16 19:02:28 +0100 |
commit | e031afc5f7422c489282d667f0bd69f3f25ab8ec (patch) | |
tree | a4d5e96d4fd3724f8eb9c25e4337187874b52d9f /phpBB/styles/prosilver/template/search_results.html | |
parent | cbf9408e66eeddf2d53b87427bf8cb1f3d013a5c (diff) | |
download | forums-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/search_results.html')
-rw-r--r-- | phpBB/styles/prosilver/template/search_results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index c63415915b..052da31a88 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -84,7 +84,7 @@ <!-- EVENT topiclist_row_prepend --> <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --> - <a href="{searchresults.U_NEWEST_POST}"> + <a class="unread" href="{searchresults.U_NEWEST_POST}"> <i class="icon fa-file fa-fw icon-red icon-md" aria-hidden="true"></i><span class="sr-only">{NEW_POST}</span> </a> <!-- ENDIF --> |