diff options
author | Byron Jones <bjones@mozilla.com> | 2012-05-17 06:25:19 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-05-17 06:25:19 +0200 |
commit | 7e30f9685c0c91c1aff4bf4a1cf521f0f78005d7 (patch) | |
tree | 663233e062530e1852cbdab4b3264c136153740a /extensions/InlineHistory | |
parent | e4466c90fa4a4fc857caeeec1c2996fa54bd77c1 (diff) | |
download | bugzilla-7e30f9685c0c91c1aff4bf4a1cf521f0f78005d7.tar.gz bugzilla-7e30f9685c0c91c1aff4bf4a1cf521f0f78005d7.tar.xz |
Bug 755997: fix inline history when displaying some dependancy changes
Diffstat (limited to 'extensions/InlineHistory')
-rw-r--r-- | extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl | 1 |
1 files changed, 1 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 b62c73cf0..384f438ce 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 @@ -63,6 +63,7 @@ [% PROCESS add_change value = change.added %] [% END %] [% IF change.removed != '' %] + [% "html += '<br>';" IF change.added != '' %] html += 'No longer [% label FILTER lcfirst FILTER js %]: '; [% PROCESS add_change value = change.removed %] [% END %] |