From 8158a81ec57503131c46b2758f48e00cf1d128f9 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 3 Oct 2006 06:20:00 +0000 Subject: Bug 355158: Bad filtering of bug list names - Patch by Frédéric Buclin r=mkanat a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/list/table.html.tmpl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'template') diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 0387adafb..b025cd14a 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -63,8 +63,6 @@ } %] -[% qorder = order FILTER url_quote IF order %] - [% PROCESS bug/time.html.tmpl %] [%############################################################################%] @@ -94,7 +92,7 @@ ID + [% defaultsavename OR searchname FILTER url_quote %]">ID [% END %] @@ -139,10 +137,10 @@ [% column.sortalias = column.name %] [% END %] + [% defaultsavename OR searchname FILTER url_quote %]"> [%- abbrev.$id.title || field_descs.$id || column.title -%] [% END %] -- cgit v1.2.3-24-g4f1b