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_queue.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_queue.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_queue.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_queue.html b/phpBB/styles/prosilver/template/mcp_queue.html index e6ce134794..169d201b16 100644 --- a/phpBB/styles/prosilver/template/mcp_queue.html +++ b/phpBB/styles/prosilver/template/mcp_queue.html @@ -48,7 +48,7 @@ <dl> <dt> <div class="list-inner"> - <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.POST_SUBJECT}</a> <i class="icon fa-paperclip fa-fw"></i> <br /> + <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.POST_SUBJECT}</a> <i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <br /> <span>{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} » {postrow.POST_TIME}</span> </div> </dt> |