summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2017-12-13 00:32:29 +0100
committerDylan William Hardison <dylan@hardison.net>2017-12-13 00:32:29 +0100
commite5b9cf95e4522cb670a71c3bd02e73e38b45997e (patch)
treea277ffa463ac3ec230200c13ac5540e031b2ae1d /extensions
parentceea6631ea09853ad80bf0873d1cc91acc85c18d (diff)
downloadbugzilla-e5b9cf95e4522cb670a71c3bd02e73e38b45997e.tar.gz
bugzilla-e5b9cf95e4522cb670a71c3bd02e73e38b45997e.tar.xz
Bug 1424787 - Due Date on bug modal is 1 day ahead
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/field.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
index fbf8c2a48..d123ca696 100644
--- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
@@ -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 %]