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}
|
||||
</#if>
|
||||
<#elseif start??>
|
||||
${start} -
|
||||
${start} -
|
||||
<#elseif end??>
|
||||
<#if endAsRange>- </#if>${end}
|
||||
</#if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue