Fix nbsp on date times

This commit is contained in:
Graham Triggs 2017-09-21 08:38:29 +01:00
parent b8583b63d8
commit cd7cd254ad

View file

@ -66,7 +66,7 @@
${start} - ${end} ${start} - ${end}
</#if> </#if>
<#elseif start??> <#elseif start??>
${start} - ${start}&nbsp;-
<#elseif end??> <#elseif end??>
<#if endAsRange>-&nbsp;</#if>${end} <#if endAsRange>-&nbsp;</#if>${end}
</#if> </#if>