VIVO-371 RDF link should be based on /individual, not /display
Removing Tim's "quick fix" in the template and fixing it in the TemplateModel.
This commit is contained in:
parent
42e765f890
commit
bec7c7e872
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
||||||
|
|
||||||
<#if rdfUrl??>
|
<#if rdfUrl??>
|
||||||
<script>
|
<script>
|
||||||
var individualRdfUrl = '${rdfUrl?replace("display","individual")}';
|
var individualRdfUrl = '${rdfUrl}';
|
||||||
</script>
|
</script>
|
||||||
</#if>
|
</#if>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue