diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2017-12-13 00:32:29 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-12-13 00:32:29 +0100 |
commit | e5b9cf95e4522cb670a71c3bd02e73e38b45997e (patch) | |
tree | a277ffa463ac3ec230200c13ac5540e031b2ae1d /extensions/BugModal | |
parent | ceea6631ea09853ad80bf0873d1cc91acc85c18d (diff) | |
download | bugzilla-e5b9cf95e4522cb670a71c3bd02e73e38b45997e.tar.gz bugzilla-e5b9cf95e4522cb670a71c3bd02e73e38b45997e.tar.xz |
Bug 1424787 - Due Date on bug modal is 1 day ahead
Diffstat (limited to 'extensions/BugModal')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/field.html.tmpl | 2 |
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 %] |