had included an errant > at end of prop statement, removing

This commit is contained in:
hjkhjk54 2011-12-02 18:03:52 +00:00
parent 57e880a9c2
commit bf76ed8322

View file

@ -10,7 +10,7 @@
<#macro showStatement statement>
<#-- 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>