From: Frédéric Buclin Date: Thu, 7 Jun 2012 21:35:00 +0000 (+0200) Subject: Bug 761230: The server push page no longer displays all debug data X-Git-Tag: bugzilla-4.2.2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=426c922480a37f09abef331f01a22bc4747bc880;p=thirdparty%2Fbugzilla.git Bug 761230: The server push page no longer displays all debug data r=timello a=LpSolit --- diff --git a/template/en/default/list/server-push.html.tmpl b/template/en/default/list/server-push.html.tmpl index d1c157f726..914d827a99 100644 --- a/template/en/default/list/server-push.html.tmpl +++ b/template/en/default/list/server-push.html.tmpl @@ -33,15 +33,10 @@

Please stand by ...

[% IF debug %] -

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

-

- [% query FILTER html %] -

+

[% query FILTER html %]

+ [% IF query_explain.defined %] +
[% query_explain FILTER html %]
+ [% END %] [% END %] -