summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/server-push.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-10-27 01:52:18 +0200
committerlpsolit%gmail.com <>2005-10-27 01:52:18 +0200
commit7ef9d5bb8be67e5bfa611eb19e2fcd349289c38a (patch)
tree1bf08d3c4d468d883926c2be507a2adc3dc86d50 /template/en/default/list/server-push.html.tmpl
parent17425864550a0d5c968ea0aa5167f4728f4fa11d (diff)
downloadbugzilla-7ef9d5bb8be67e5bfa611eb19e2fcd349289c38a.tar.gz
bugzilla-7ef9d5bb8be67e5bfa611eb19e2fcd349289c38a.tar.xz
Bug 150105: $debug flag in buglist.cgi not working - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
Diffstat (limited to 'template/en/default/list/server-push.html.tmpl')
-rw-r--r--template/en/default/list/server-push.html.tmpl5
1 files changed, 5 insertions, 0 deletions
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
@@ -35,6 +35,11 @@
[% IF debug %]
<p>
+ [% FOREACH debugline = debugdata %]
+ <code>[% debugline FILTER html %]</code><br>
+ [% END %]
+ </p>
+ <p>
<code>[% query FILTER html %]</code>
</p>
[% END %]