Fix nbsp on date times
This commit is contained in:
parent
b8583b63d8
commit
cd7cd254ad
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
${start} - ${end}
|
${start} - ${end}
|
||||||
</#if>
|
</#if>
|
||||||
<#elseif start??>
|
<#elseif start??>
|
||||||
${start} -
|
${start} -
|
||||||
<#elseif end??>
|
<#elseif end??>
|
||||||
<#if endAsRange>- </#if>${end}
|
<#if endAsRange>- </#if>${end}
|
||||||
</#if>
|
</#if>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue