Skip to content

Commit

Permalink
Make footer image alt text visible to screen readers.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnoble73 committed May 7, 2024
1 parent fc64a8f commit bbd80e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/web/interface/themes/responsive/footer_responsive.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{if !empty($footerLogoLink)}
<a href="{$footerLogoLink}">
{/if}
<img src="{$footerLogo}" aria-hidden="true" alt="{if !empty($footerLogoAlt)}{$footerLogoAlt}{else}{$librarySystemName}{/if}"/>
<img src="{$footerLogo}" alt="{if !empty($footerLogoAlt)}{$footerLogoAlt}{else}{$librarySystemName}{/if}"/>
{if !empty($footerLogoLink)}
</a>
{/if}
Expand Down
1 change: 1 addition & 0 deletions code/web/release_notes/24.05.00.MD
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
- Correct license included in repository based on VuFind original license. (*MDN*)
- Optimize session table during nightly cron. (*MDN*)
- Fix displaying Alternate Titles and Authors in staff view. (*MDN*)
- Make footer image alt text visible to screen readers. (*MDN*)

## This release includes code contributions from
- ByWater Solutions
Expand Down

0 comments on commit bbd80e8

Please sign in to comment.