We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The profile image has a hardcoded alt text value of thumbnail_alt. You can see this in views/components/_wvu-profile.html lines 41 and 45.
thumbnail_alt
views/components/_wvu-profile.html
Instead of the alt text value being thumbnail_alt, it should be <r:page:data name="thumbnail_alt" />.
<r:page:data name="thumbnail_alt" />
For easy copy paste:
alt="<r:page:data name="thumbnail_alt" />"
The text was updated successfully, but these errors were encountered:
94f211e
adamjohnson
No branches or pull requests
Steps to reproduce the issue
Results
The profile image has a hardcoded alt text value of
thumbnail_alt
. You can see this inviews/components/_wvu-profile.html
lines 41 and 45.Expected results
Instead of the alt text value being
thumbnail_alt
, it should be<r:page:data name="thumbnail_alt" />
.For easy copy paste:
The text was updated successfully, but these errors were encountered: