had included some dump vars, removed

This commit is contained in:
hjkhjk54 2011-12-02 17:19:08 +00:00
parent 4fa1c80f4c
commit 5e3c423a58

View file

@ -10,7 +10,7 @@
<#macro showStatement statement> <#macro showStatement statement>
<#-- The query retrieves a type only for Persons. Post-processing will remove all but one. --> <#-- The query retrieves a type only for Persons. Post-processing will remove all but one. -->
<a href="${profileUrl(statement.uri("object"))}" title="name">${statement.label!statement.localName!}</a> ${statement.title!statement.type!} <a href="${profileUrl(statement.uri("object"))}" title="name">${statement.label!statement.localName!}</a> ${statement.title!statement.type!}>
</#macro> </#macro>