summaryrefslogtreecommitdiffstats
path: root/extensions/InlineHistory
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/InlineHistory')
-rw-r--r--extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl1
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 %]