Fix countdown space

This commit is contained in:
int-y1 2022-04-21 22:24:59 -04:00 committed by Roger Fu
parent 70cc14b18f
commit 8b295918ef

View File

@ -1,3 +1 @@
<span data-secs="{{ countdown|seconds }}" class="time-remaining">
{{ countdown|timedelta("localized") }}
</span>
<span data-secs="{{ countdown|seconds }}" class="time-remaining">{{ countdown|timedelta("localized") }}</span>