From 7b756e036dfdf54368d5e7e18dd1cefd53724c12 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 18 Sep 2013 22:39:10 +0800 Subject: Bug 804990: very long data urls break inline history --- .../template/en/default/hook/bug/comments-aftercomments.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/InlineHistory/template/en') 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 6debea594..079af95f0 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 @@ -137,7 +137,7 @@ [%~%] - [%~%][% value FILTER html FILTER js %] + [%~%][% value FILTER ih_short_value FILTER html FILTER js %] [% ELSIF change.fieldname == 'see_also' %] [% FOREACH see_also = value.split(', ') %] [%~%] @@ -151,7 +151,7 @@ change.fieldname == 'flagtypes.name' %] [% value FILTER email FILTER js %] [% ELSE %] - [% value FILTER html FILTER js %] + [% value FILTER ih_short_value FILTER html FILTER js %] [% END %] [%~ %]'; [% END %] -- cgit v1.2.3-24-g4f1b