aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/message_body.html
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-09-25 17:25:10 +0200
committerMichael Miday <midaym@gmail.com>2015-10-01 20:21:38 +0200
commit9da14c9b241387982fed9aa2436162c63fc25d1c (patch)
tree4dca6dde05668efd19f79bed42da63618423cf62 /phpBB/styles/prosilver/template/message_body.html
parent8451272d6995e161aeb530755527b49ae99d7c31 (diff)
downloadforums-9da14c9b241387982fed9aa2436162c63fc25d1c.tar
forums-9da14c9b241387982fed9aa2436162c63fc25d1c.tar.gz
forums-9da14c9b241387982fed9aa2436162c63fc25d1c.tar.bz2
forums-9da14c9b241387982fed9aa2436162c63fc25d1c.tar.xz
forums-9da14c9b241387982fed9aa2436162c63fc25d1c.zip
[ticket/14199]Add aria-hidden to all icons
PHPBB3-14199
Diffstat (limited to 'phpBB/styles/prosilver/template/message_body.html')
-rw-r--r--phpBB/styles/prosilver/template/message_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/message_body.html b/phpBB/styles/prosilver/template/message_body.html
index d05d07ec40..330203e19e 100644
--- a/phpBB/styles/prosilver/template/message_body.html
+++ b/phpBB/styles/prosilver/template/message_body.html
@@ -11,7 +11,7 @@
<!-- IF SCRIPT_NAME == "search" and not S_BOARD_DISABLED and not S_NO_SEARCH and L_RETURN_TO_SEARCH_ADV -->
<p>
<a href="{U_SEARCH}" class="arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r">
- <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black"></i><span>{L_GO_TO_SEARCH_ADV}</span>
+ <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black" aria-hidden="true"></i><span>{L_GO_TO_SEARCH_ADV}</span>
</a>
</p>
<!-- ENDIF -->