Skip to content

Commit

Permalink
[BUGFIX] removed the wrong style and aria attributes from footer, add…
Browse files Browse the repository at this point in the history
… bootstrap class "sr-only" (#472)
  • Loading branch information
ajdin99 authored and dmh committed Feb 12, 2019
1 parent e5f2278 commit d852042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Partials/Footer/Footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<footer class="footer" role="contentinfo">

<f:comment>H2 is needed to provide valid HTML structure https://www.w3.org/WAI/tutorials/page-structure/headings/</f:comment>
<h2 class="hidden" aria-hidden="true"><f:translate key="footer.firstHeadline" extensionName="theme_t3kit"/></h2>
<h2 class="sr-only"><f:translate key="footer.firstHeadline" extensionName="theme_t3kit"/></h2>
<f:cObject typoscriptObjectPath="lib.footer" />

</footer>
Expand Down

0 comments on commit d852042

Please sign in to comment.