NIHVIVO-3311 Provide a way to get URLs from the ObjectPropertyStatmentTemplateModel without them being stepped on by AntiSamy.
This commit is contained in:
parent
776b045911
commit
c240321458
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
||||||
next statement -->
|
next statement -->
|
||||||
<#macro showConcept statement>
|
<#macro showConcept statement>
|
||||||
<#if statement.vocabularySourceName??>
|
<#if statement.vocabularySourceName??>
|
||||||
<a href="${profileUrl(statement.concept)}" title="concept name">${statement.conceptLabel!statement.conceptName}</a> (${statement.vocabularySourceName})
|
<a href="${profileUrl(statement.uri("concept"))}" title="concept name">${statement.conceptLabel!statement.conceptName}</a> (${statement.vocabularySourceName})
|
||||||
<#else>
|
<#else>
|
||||||
<a href="${profileUrl(statement.concept)}" title="concept name">${statement.conceptLabel!statement.conceptName}</a>
|
<a href="${profileUrl(statement.uri("concept"))}" title="concept name">${statement.conceptLabel!statement.conceptName}</a>
|
||||||
</#if>
|
</#if>
|
||||||
</#macro>
|
</#macro>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue