From 86488b6e708854491910e03f2d2ddd189df0f025 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" <> Date: Sun, 11 Feb 2007 05:55:22 +0000 Subject: Bug 364095 - "Default template does not validate as valid HTML" [p=reed r=LpSolit a=LpSolit] --- template/en/default/filterexceptions.pl | 4 -- template/en/default/global/header.html.tmpl | 2 +- .../en/default/global/per-bug-queries.html.tmpl | 73 +++++++++++----------- template/en/default/global/useful-links.html.tmpl | 47 +++++++------- 4 files changed, 61 insertions(+), 65 deletions(-) diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 9a2060870..3a25da7ae 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -260,10 +260,6 @@ 'content', ], -'global/useful-links.html.tmpl' => [ - 'sep', -], - # You are not permitted to add any values here. Everything in this file should # be filtered unless there's an extremely good reason why not, in which case, # use the "none" dummy filter. diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index d629a6c23..ec906f3e6 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -207,7 +207,7 @@ [% IF atomlink %] + href="[% atomlink FILTER html %]"> [% END %] [%# Required for the 'Autodiscovery' feature in Firefox 2 and IE 7. %] diff --git a/template/en/default/global/per-bug-queries.html.tmpl b/template/en/default/global/per-bug-queries.html.tmpl index 6a63016c0..1b9b21b92 100644 --- a/template/en/default/global/per-bug-queries.html.tmpl +++ b/template/en/default/global/per-bug-queries.html.tmpl @@ -15,50 +15,49 @@ #%] [% IF user.id && user.settings.per_bug_queries.value == "on" %] - + //--> + - [%# Get existing lists of bugs for this user %] - [% lists_of_bugs = [] %] - [% FOREACH q = user.queries %] - [% NEXT UNLESS q.bug_ids_only %] - [% lists_of_bugs.push(q.name) %] - [% END %] - -