Merge pull request #238 from Fraenkiman/upstream/issue237

Format for date and time corrected
This commit is contained in:
Arvid Zimmermann 2023-06-11 13:28:51 +02:00 committed by GitHub
commit 0bd6842a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}