aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-07 12:05:38 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-07 12:05:38 +0200
commitf68d5a59e6cc153318a5146d67188753f5a20ef7 (patch)
tree57e3152d659741a02233d79a9ae52dd7f7beb19f /phpBB/styles/prosilver/template/overall_header.html
parent2695950a6132edeb5cd86fc005516dc8ce21aa77 (diff)
parent9da14c9b241387982fed9aa2436162c63fc25d1c (diff)
downloadforums-f68d5a59e6cc153318a5146d67188753f5a20ef7.tar
forums-f68d5a59e6cc153318a5146d67188753f5a20ef7.tar.gz
forums-f68d5a59e6cc153318a5146d67188753f5a20ef7.tar.bz2
forums-f68d5a59e6cc153318a5146d67188753f5a20ef7.tar.xz
forums-f68d5a59e6cc153318a5146d67188753f5a20ef7.zip
Merge pull request #3927 from hanakin/ticket/14199
[ticket/14199] Fix screen reader compatability Conflicts: phpBB/styles/prosilver/template/mcp_topic.html phpBB/styles/prosilver/template/overall_header.html phpBB/styles/prosilver/template/pagination.html phpBB/styles/prosilver/template/posting_buttons.html phpBB/styles/prosilver/template/posting_topic_review.html phpBB/styles/prosilver/template/search_results.html phpBB/styles/prosilver/template/ucp_pm_history.html phpBB/styles/prosilver/template/ucp_pm_message_header.html phpBB/styles/prosilver/template/ucp_pm_viewmessage.html phpBB/styles/prosilver/template/viewforum_body.html phpBB/styles/prosilver/template/viewtopic_body.html phpBB/styles/prosilver/template/viewtopic_topic_tools.html
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index b2bbc45fdf..ddf461aa9f 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -92,10 +92,10 @@
<fieldset>
<input name="keywords" id="keywords" type="search" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search tiny" size="20" value="{SEARCH_WORDS}" placeholder="{L_SEARCH_MINI}" />
<button class="button button-search" type="submit" title="{L_SEARCH}">
- <i class="icon fa-search fa-fw"></i><span class="sr-only">{L_SEARCH}</span>
+ <i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH}</span>
</button>
<a href="{U_SEARCH}" class="button button-search-end" title="{L_SEARCH_ADV}">
- <i class="icon fa-cog fa-fw"></i><span class="sr-only">{L_SEARCH_ADV}</span>
+ <i class="icon fa-cog fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH_ADV}</span>
</a>
{S_SEARCH_HIDDEN_FIELDS}
</fieldset>