Format for date and time corrected

Format for date and time in comments corrected
This commit is contained in:
Fraenkiman 2023-04-17 01:30:45 +02:00
parent e779dcd348
commit 81febbb3b7

View File

@ -25,7 +25,7 @@
{include file="shared:commentadminctrls.tpl"} {* this shows edit/delete links*} {include file="shared:commentadminctrls.tpl"} {* this shows edit/delete links*}
<p class="date"> <p class="date">
<a href="{$entryid|link:comments_link}#{$id}" title="Permalink to {$name}'s comment">{$date|date_format:"%A, %B %e, %Y - %H:%M:%S"}</a> <a href="{$entryid|link:comments_link}#{$id}" title="Permalink to {$name}'s comment">{$date|date_format_daily} {$lang.entryauthor.at} {$date|date_format}</a>
</p> </p>
{$content|tag:comment_text} {$content|tag:comment_text}