diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-10-07 12:05:38 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-10-07 12:05:38 +0200 |
| commit | f68d5a59e6cc153318a5146d67188753f5a20ef7 (patch) | |
| tree | 57e3152d659741a02233d79a9ae52dd7f7beb19f /phpBB/styles/prosilver/template/mcp_topic.html | |
| parent | 2695950a6132edeb5cd86fc005516dc8ce21aa77 (diff) | |
| parent | 9da14c9b241387982fed9aa2436162c63fc25d1c (diff) | |
| download | forums-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/mcp_topic.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_topic.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index a26238d1aa..9ab0b8e4cc 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -101,7 +101,7 @@ <ul class="post-buttons"> <li> <a href="{postrow.U_POST_DETAILS}" title="{L_POST_DETAILS}" class="button button-icon-only"> - <i class="icon fa-info fa-fw"></i><span class="sr-only">{L_POST_DETAILS}</span> + <i class="icon fa-info fa-fw" aria-hidden="true"></i><span class="sr-only">{L_POST_DETAILS}</span> </a> </li> <li> @@ -114,7 +114,7 @@ <h3><a href="{postrow.U_POST_DETAILS}">{postrow.POST_SUBJECT}</a></h3> <p class="author"> <a href="#pr{postrow.POST_ID}" title="{postrow.MINI_POST}"> - <i class="icon fa-file fa-fw icon-lightgray icon-tiny"></i><span class="sr-only">{postrow.MINI_POST}</span> + <i class="icon fa-file fa-fw icon-lightgray icon-tiny" aria-hidden="true"></i><span class="sr-only">{postrow.MINI_POST}</span> </a> {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong><!-- IF postrow.U_MCP_DETAILS --> [ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --> </p> <!-- IF postrow.S_POST_UNAPPROVED --> |
