modifying previous commit so that the orcid code works correctly

This commit is contained in:
Tim Worrall 2014-10-08 15:57:27 -04:00
parent 573a5e6cc6
commit c9362db3c1

View file

@ -39,7 +39,7 @@
<#elseif rangeClass == "ResearcherRole" && !individual.editable>
<h3 id="${property.localName}-${rangeClass}">${property.name} <@p.addLink property editable /> <@p.verboseDisplay property /> </h3>
<#else>
<h3 id="${property.localName}-${rangeClass}">${property.name} <@p.addLink property editable /> <@p.verboseDisplay property /> </h3>
<h3 id="${property.localName}">${property.name} <@p.addLink property editable /> <@p.verboseDisplay property /> </h3>
</#if>
<#-- List the statements for each property -->
<ul class="property-list" role="list" id="${property.localName}-${rangeClass}-List">