aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-04-04 01:39:37 -0700
committerNils Adermann <naderman@naderman.de>2013-04-04 01:39:37 -0700
commit52a0f32d99bf87075049600b15c40147ab698a61 (patch)
tree72f8b6d8a05a2d2907d5272a29a4275f183a91c0
parent3985bdbc1b66be93ffef373ac1625d4daaf2221b (diff)
parent940d16b585ac83ace7ee76b0fd7d033bcedda318 (diff)
downloadforums-52a0f32d99bf87075049600b15c40147ab698a61.tar
forums-52a0f32d99bf87075049600b15c40147ab698a61.tar.gz
forums-52a0f32d99bf87075049600b15c40147ab698a61.tar.bz2
forums-52a0f32d99bf87075049600b15c40147ab698a61.tar.xz
forums-52a0f32d99bf87075049600b15c40147ab698a61.zip
Merge pull request #1312 from VSEphpbb/ticket/11463
[ticket/11463] Add title attribute to topics in search results
-rw-r--r--phpBB/styles/prosilver/template/search_results.html2
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 62b7c61eb3..6e63a65993 100644
--- a/phpBB/styles/prosilver/template/search_results.html
+++ b/phpBB/styles/prosilver/template/search_results.html
@@ -60,7 +60,7 @@
<!-- BEGIN searchresults -->
<li class="row<!-- IF searchresults.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
<dl class="icon {searchresults.TOPIC_IMG_STYLE}">
- <dt <!-- IF searchresults.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->>
+ <dt <!-- IF searchresults.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{searchresults.TOPIC_FOLDER_IMG_ALT}">
<!-- IF searchresults.S_UNREAD_TOPIC --><a href="{searchresults.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->
<a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a> {searchresults.ATTACH_ICON_IMG}
<!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED --><a href="{searchresults.U_MCP_QUEUE}">{searchresults.UNAPPROVED_IMG}</a> <!-- ENDIF -->