From 7ef9d5bb8be67e5bfa611eb19e2fcd349289c38a Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 26 Oct 2005 23:52:18 +0000 Subject: Bug 150105: $debug flag in buglist.cgi not working - Patch by Teemu Mannermaa r=LpSolit a=myk --- template/en/default/list/list.html.tmpl | 5 +++++ template/en/default/list/server-push.html.tmpl | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'template') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 48b60ac8a..5c2e0312a 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -59,6 +59,11 @@ [% END %] [% IF debug %] +

+ [% FOREACH debugline = debugdata %] + [% debugline FILTER html %]
+ [% END %] +

[% query FILTER html %]

[% END %] diff --git a/template/en/default/list/server-push.html.tmpl b/template/en/default/list/server-push.html.tmpl index 4fb88e9b4..be7a63c56 100644 --- a/template/en/default/list/server-push.html.tmpl +++ b/template/en/default/list/server-push.html.tmpl @@ -34,6 +34,11 @@

Please stand by ...

[% IF debug %] +

+ [% FOREACH debugline = debugdata %] + [% debugline FILTER html %]
+ [% END %] +

[% query FILTER html %]

-- cgit v1.2.3-24-g4f1b