Added alt on organization image.
This commit is contained in:
parent
63d9cc3f43
commit
5e7f9c055e
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ public class FederationPage
|
|||
{
|
||||
data.setAttribute("organizationListLine", index, "organizationListLineNameLink", "href", organization.getTechnicalName() + ".xhtml");
|
||||
data.setAttribute("organizationListLine", index, "organizationListLineLogo", "src", organization.getTechnicalName() + "-logo.png");
|
||||
data.setAttribute("organizationListLine", index, "organizationListLineLogo", "alt", organization.getName());
|
||||
data.setEscapedContent("organizationListLine", index, "organizationListLineNameValue", organization.getName());
|
||||
|
||||
data.setEscapedContent("organizationListLine", index, "organizationListLineUrlLink", organization.getWebsite());
|
||||
|
|
Loading…
Reference in a new issue