[VIVO-1263] Move schema.org span for institution name inside the hyperlink

This commit is contained in:
Graham Triggs 2016-08-18 23:13:54 -06:00
parent 4abb779235
commit 67ab87f30f

View file

@ -33,7 +33,7 @@
<#local middleOrganization> <#local middleOrganization>
<#if statement.middleOrg??> <#if statement.middleOrg??>
<span itemprop="worksFor" itemscope itemtype="http://schema.org/Organization"> <span itemprop="worksFor" itemscope itemtype="http://schema.org/Organization">
<a itemprop="name" href="${profileUrl(statement.uri("middleOrg"))}" title="${i18n().middle_organization}">${statement.middleOrgName!}</a> <a href="${profileUrl(statement.uri("middleOrg"))}" title="${i18n().middle_organization}"><span itemprop="name">${statement.middleOrgName!}</span></a>
</span> </span>
</#if> </#if>
</#local> </#local>