Skip to content

Commit bbd80e8

Browse files
committed
Make footer image alt text visible to screen readers.
1 parent fc64a8f commit bbd80e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

code/web/interface/themes/responsive/footer_responsive.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
{if !empty($footerLogoLink)}
4141
<a href="{$footerLogoLink}">
4242
{/if}
43-
<img src="{$footerLogo}" aria-hidden="true" alt="{if !empty($footerLogoAlt)}{$footerLogoAlt}{else}{$librarySystemName}{/if}"/>
43+
<img src="{$footerLogo}" alt="{if !empty($footerLogoAlt)}{$footerLogoAlt}{else}{$librarySystemName}{/if}"/>
4444
{if !empty($footerLogoLink)}
4545
</a>
4646
{/if}

code/web/release_notes/24.05.00.MD

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
- Correct license included in repository based on VuFind original license. (*MDN*)
185185
- Optimize session table during nightly cron. (*MDN*)
186186
- Fix displaying Alternate Titles and Authors in staff view. (*MDN*)
187+
- Make footer image alt text visible to screen readers. (*MDN*)
187188

188189
## This release includes code contributions from
189190
- ByWater Solutions

0 commit comments

Comments
 (0)