From 9b1282a42db90439043a1e04f1d0e2bf8df03533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be> Date: Mon, 26 Sep 2016 16:10:49 +0200 Subject: [PATCH] Fixes #5157 Fixed template code for date formatting --- ihtml/themes/breezy/islocked.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihtml/themes/breezy/islocked.tpl b/ihtml/themes/breezy/islocked.tpl index bc962165e..464f78b70 100644 --- a/ihtml/themes/breezy/islocked.tpl +++ b/ihtml/themes/breezy/islocked.tpl @@ -9,7 +9,7 @@ <b>{t}Warning{/t}:</b> {$message} <ul> {foreach from=$locks item=lock} - <li>{t 1=$lock.object 2=$lock.user 3=$lock.timestamp.format('Y-m-d, H:i:s')}"%1" was locked by "%2" since %3{/t}</li> + <li>{t 1=$lock.object 2=$lock.user 3=$lock.timestamp|date_format:"%Y-%m-%d, %H:%M:%S"}"%1" has been locked by "%2" since %3{/t}</li> {/foreach} </ul> </p> -- GitLab