Skip to content

Commit 2726f9e

Browse files
StephDriverajrbyers
authored andcommitted
Revert "a11y: openlibhums#5105 update credit link markup for screen-readers"
This reverts commit 5681a4d.
1 parent 3cdf069 commit 2726f9e

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/themes/OLH/templates/journal/article.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -480,13 +480,7 @@ <h2>{% trans "File Checksums" %} (MD5)</h2>
480480

481481
{% if journal_settings.general.use_credit and author.credits.exists %}
482482
<div class="section hide-for-small-only">
483-
<h2>{% trans "CRediT Roles" %}
484-
<a href="https://www.niso.org/publications/z39104-2022-credit" target="_blank">
485-
<span class="sr-only">{% trans "Read more about Credit." %} </span>
486-
<i aria-hidden="true" class="fa fa-info"></i>
487-
{% include "elements/icons/link_external.html" %}
488-
</a>
489-
</h2>
483+
<h2>{% trans "CRediT Roles" %} <a href="https://www.niso.org/publications/z39104-2022-credit" target="_blank"> <i class="fa fa-info"></i></a></h2>
490484
<ul>
491485
{% for author, credit_records in article.authors_and_credits.items %}
492486
<li>

0 commit comments

Comments
 (0)