Commit ce2f6f61 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 761230: The server push page no longer displays all debug data

r=timello a=LpSolit
parent c0fb7b0a
...@@ -19,15 +19,10 @@ ...@@ -19,15 +19,10 @@
<h1 style="margin-top: 20%; text-align: center;">Please stand by ...</h1> <h1 style="margin-top: 20%; text-align: center;">Please stand by ...</h1>
[% IF debug %] [% IF debug %]
<p> <p>[% query FILTER html %]</p>
[% FOREACH debugline = debugdata %] [% IF query_explain.defined %]
<code>[% debugline FILTER html %]</code><br> <pre>[% query_explain FILTER html %]</pre>
[% END %] [% END %]
</p>
<p>
<code>[% query FILTER html %]</code>
</p>
[% END %] [% END %]
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment