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

This commit is contained in:
Graham Triggs 2016-08-18 22:50:59 -06:00
parent 1dbfffa2c8
commit 105887edad

View file

@ -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 -->