From b6b5bd93e075ba3594d0dc7515769533dca84135 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Sun, 19 Sep 2010 20:08:01 +0200 Subject: [PATCH] Remove an incorrect checkin fix in bug 136225 --- template/en/default/list/table.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 909031b144..1ad04867db 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -208,7 +208,7 @@ [% bug.${login_column}.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html %] [% ELSIF column == 'short_desc' || column == "short_short_desc" %] - + [%- bug.$column.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%] [% ELSE %] -- 2.47.2