[VIVO-1263] Move schema.org span for institution name inside the hyperlink
This commit is contained in:
parent
1dbfffa2c8
commit
105887edad
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
<#local linkedIndividual>
|
<#local linkedIndividual>
|
||||||
<#if statement.org??>
|
<#if statement.org??>
|
||||||
<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("org"))}" title="${i18n().organization_name}">${statement.orgName}</a>
|
<a href="${profileUrl(statement.uri("org"))}" title="${i18n().organization_name}"><span itemprop="name">${statement.orgName}</span></a>
|
||||||
</span>
|
</span>
|
||||||
<#else>
|
<#else>
|
||||||
<#-- This shouldn't happen, but we must provide for it -->
|
<#-- This shouldn't happen, but we must provide for it -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue