From 63f229d8a313031de1490e682ffaf63d84359607 Mon Sep 17 00:00:00 2001 From: zapata Date: Thu, 19 Dec 2002 17:52:59 +0000 Subject: [PATCH] fix in the date representation of listed comments --- templates/admin/commentlist.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/commentlist.template b/templates/admin/commentlist.template index 8238f088..8eb55485 100755 --- a/templates/admin/commentlist.template +++ b/templates/admin/commentlist.template @@ -94,7 +94,7 @@ class="list1"class="list2"> - ${entry.creationdate.formatted["dd.mm.yyyy"]}
+ ${entry.creationdate.formatted["dd.MM.yyyy"]}
hidden- -- 2.11.0