From 7e30f9685c0c91c1aff4bf4a1cf521f0f78005d7 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 17 May 2012 12:25:19 +0800 Subject: Bug 755997: fix inline history when displaying some dependancy changes --- .../template/en/default/hook/bug/comments-aftercomments.html.tmpl | 1 + 1 file changed, 1 insertion(+) 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 += '
';" IF change.added != '' %] html += 'No longer [% label FILTER lcfirst FILTER js %]: '; [% PROCESS add_change value = change.removed %] [% END %] -- cgit v1.2.3-24-g4f1b