diff options
Diffstat (limited to 'extensions/InlineHistory/template/en/default')
-rw-r--r-- | extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl index d9871e43f..fb5d25225 100644 --- a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl +++ b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl @@ -157,6 +157,8 @@ change.fieldname == 'cc' || change.fieldname == 'flagtypes.name' %] [% value FILTER email FILTER js %] + [% ELSIF change.fieldtype == constants.FIELD_TYPE_DATETIME %] + [% value FILTER time FILTER js %] [% ELSE %] [% value FILTER ih_short_value FILTER html FILTER js %] [% END %] |