]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1424787 - Due Date on bug modal is 1 day ahead
authorKohei Yoshino <kohei.yoshino@gmail.com>
Tue, 12 Dec 2017 23:32:29 +0000 (18:32 -0500)
committerDylan William Hardison <dylan@hardison.net>
Tue, 12 Dec 2017 23:32:29 +0000 (18:32 -0500)
extensions/BugModal/template/en/default/bug_modal/field.html.tmpl

index fbf8c2a48a54f3d5ba6fa86814bf625e735f0261..d123ca696166a36070cba96271fe85504052a6d7 100644 (file)
@@ -161,7 +161,7 @@ END;
 
           [% CASE constants.FIELD_TYPE_DATE %]
             [%# date %]
-            [% value FILTER time("%Y-%m-%d") %]
+            <time>[% value FILTER html %]</time>
 
           [% CASE constants.FIELD_TYPE_BUG_ID %]
             [%# bug id %]