From: Frédéric Buclin Date: Thu, 7 Jun 2012 21:33:17 +0000 (+0200) Subject: Bug 761230: The server push page no longer displays all debug data X-Git-Tag: bugzilla-4.3.2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce2f6f61a32e054dd0db2ac15f0759166de124c4;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 47b78b0098..2cdd956463 100644 --- a/template/en/default/list/server-push.html.tmpl +++ b/template/en/default/list/server-push.html.tmpl @@ -19,15 +19,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 %] -