From 62b0b5a07fddab7f308dc6ebbf2cf0a784c476ca Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 19 Sep 2010 20:06:34 +0200 Subject: Remove an incorrect checkin fix in bug 136225 --- template/en/default/list/table.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 3fb687415..bc2dadd98 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 %] -- cgit v1.2.3-24-g4f1b