Skip to content

Commit

Permalink
Remove unnecessary role for <footer>
Browse files Browse the repository at this point in the history
  • Loading branch information
lakejason0 committed Oct 29, 2024
1 parent 4094800 commit ea73f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/templates/Footer.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer id="footer" class="mw-footer" role="contentinfo" {{{html-user-language-attributes}}}>
<footer id="footer" class="mw-footer" {{{html-user-language-attributes}}}>
{{#is-repository-link-shown}}<div id="footer-repository-link">{{{html-repository-link}}}</div>{{/is-repository-link-shown}}
{{^is-repository-link-shown}}{{/is-repository-link-shown}}
{{#data-footer}}
Expand Down

0 comments on commit ea73f2b

Please sign in to comment.