No Jira noticed. This template was cloned from the one used to display phone and fax numbers, but was still referencing a variable that does not apply to the preferred title. This was missed in testing because the foaf person template uses the pulledProperty method to display the title, and so the preferred title template was never called.

This commit is contained in:
Tim Worrall 2015-10-02 16:19:24 -04:00
parent e77ecc9ebb
commit 1db6bc8f5c

View file

@ -10,8 +10,6 @@
next statement -->
<#macro showPreferredTitle statement>
<#if statement.number?has_content>
${statement.preferredTitle}
</#if>
${statement.preferredTitle!}
</#macro>