From 026539311662235ea26f5f3cfe885322846db6fb Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 7 Sep 2003 02:23:09 +0000 Subject: Bug 207044 - Filter more template directives. None of these are security bugs, but they need fixing anyway. Patch by gerv; r,a=justdave. --- .../en/default/reports/duplicates-table.html.tmpl | 25 +++++++++++----------- 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'template/en/default/reports/duplicates-table.html.tmpl') diff --git a/template/en/default/reports/duplicates-table.html.tmpl b/template/en/default/reports/duplicates-table.html.tmpl index 0ebd2b4de..34e070f10 100644 --- a/template/en/default/reports/duplicates-table.html.tmpl +++ b/template/en/default/reports/duplicates-table.html.tmpl @@ -70,17 +70,18 @@ [% bug_ids_string = bug_ids.join(',') %] + [% "&maxrows=$maxrows" IF maxrows %] + [% "&changedsince=$changedsince" IF changedsince %] + [% "&openonly=1" IF openonly %] + [% IF product %]&product=[% product FILTER html %][% END %] + [% IF format %]&format=[% format FILTER html %][% END %] + [% "&bug_id=$bug_ids_string&sortvisible=1" + IF sortvisible %]"> [% column.description %] @@ -135,10 +136,10 @@
[% bug.delta %]
[% END %] - [% bug.component %] -
[% bug.bug_severity %]
-
[% bug.op_sys %]
-
[% bug.target_milestone %]
+ [% bug.component FILTER html %] +
[% bug.bug_severity FILTER html %]
+
[% bug.op_sys FILTER html %]
+
[% bug.target_milestone FILTER html %]
[% bug.short_desc FILTER html %] [% END %] -- cgit v1.2.3-24-g4f1b