Skip to content

Commit

Permalink
accessibitily improvements to the "Read More" links, for screenreaders.
Browse files Browse the repository at this point in the history
See ticket #11982
  • Loading branch information
polyester committed May 24, 2012
1 parent 4ecddc7 commit 7b81c4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plone/app/collection/browser/templates/summary_view.pt
Expand Up @@ -47,9 +47,9 @@

<p class="tileFooter">
<a href=""
tal:attributes="href python:item_type in use_view_action and item_url+'/view' or item_url;"
i18n:translate="read_more">
Read More&hellip;
tal:attributes="href python:item_type in use_view_action and item_url+'/view' or item_url;">
<span class="hiddenStructure"><span tal:replace="item/Title" /> - </span>
<span i18n:translate="read_more">Read More&hellip;</span>
</a>
</p>

Expand Down

0 comments on commit 7b81c4d

Please sign in to comment.