[VIVO-1263] Move schema.org span for institution name inside the hyperlink
This commit is contained in:
parent
4abb779235
commit
67ab87f30f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue