diff options
author | Michael Miday <midaym@gmail.com> | 2015-09-25 17:25:10 +0200 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-10-01 20:21:38 +0200 |
commit | 9da14c9b241387982fed9aa2436162c63fc25d1c (patch) | |
tree | 4dca6dde05668efd19f79bed42da63618423cf62 /phpBB/styles/prosilver/template/mcp_whois.html | |
parent | 8451272d6995e161aeb530755527b49ae99d7c31 (diff) | |
download | forums-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/mcp_whois.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_whois.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_whois.html b/phpBB/styles/prosilver/template/mcp_whois.html index bb11e86b2d..1d08a4627e 100644 --- a/phpBB/styles/prosilver/template/mcp_whois.html +++ b/phpBB/styles/prosilver/template/mcp_whois.html @@ -5,7 +5,7 @@ <div class="inner"> <p> <a href="{U_RETURN_POST}" class="arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r"> - <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black"></i><span>{L_RETURN_POST}</span> + <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black" aria-hidden="true"></i><span>{L_RETURN_POST}</span> </a> </p> <div class="postbody"><div class="content"> @@ -13,7 +13,7 @@ </div></div> <p> <a href="{U_RETURN_POST}" class="arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r"> - <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black"></i><span>{L_RETURN_POST}</span> + <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black" aria-hidden="true"></i><span>{L_RETURN_POST}</span> </a> </p> </div> |