NIHVIVO-1730 Fix error in template variable reference
This commit is contained in:
parent
38593ed974
commit
9d20a13c18
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<#-- No core:dateTime data property assigned. Display a link to the core:DateTimeValue object -->
|
<#-- No core:dateTime data property assigned. Display a link to the core:DateTimeValue object -->
|
||||||
<#if ! statement.dateTime??>
|
<#if ! statement.dateTime??>
|
||||||
<a href="${profileUrl(statement.dateTimeValue)}">${dateTimeValueName}</a> (incomplete date/time data)
|
<a href="${profileUrl(statement.dateTimeValue)}">${statement.dateTimeValueName}</a> (incomplete date/time data)
|
||||||
<#else>
|
<#else>
|
||||||
${dt.formatXsdDateTimeLong(statement.dateTime, statement.precision!)}
|
${dt.formatXsdDateTimeLong(statement.dateTime, statement.precision!)}
|
||||||
</#if>
|
</#if>
|
Loading…
Add table
Reference in a new issue