Commit bbd80e8 1 parent fc64a8f commit bbd80e8 Copy full SHA for bbd80e8
File tree 2 files changed +2
-1
lines changed
interface/themes/responsive
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 40
40
{ if ! empty($footerLogoLink )}
41
41
<a href =" { $footerLogoLink } " >
42
42
{ /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 } " />
44
44
{ if ! empty($footerLogoLink )}
45
45
</a >
46
46
{ /if }
Original file line number Diff line number Diff line change 184
184
- Correct license included in repository based on VuFind original license. (* MDN* )
185
185
- Optimize session table during nightly cron. (* MDN* )
186
186
- Fix displaying Alternate Titles and Authors in staff view. (* MDN* )
187
+ - Make footer image alt text visible to screen readers. (* MDN* )
187
188
188
189
## This release includes code contributions from
189
190
- ByWater Solutions
You can’t perform that action at this time.
0 commit comments