diff options
-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 %] |