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 @@
<h1 style="margin-top: 20%; text-align: center;">Please stand by ...</h1>
[% IF debug %]
<p>
[% FOREACH debugline = debugdata %]
<code>[% debugline FILTER html %]</code><br>
[% END %]
</p>
<p>
<code>[% query FILTER html %]</code>
</p>
<p>[% query FILTER html %]</p>
[% IF query_explain.defined %]
<pre>[% query_explain FILTER html %]</pre>
[% END %]
[% END %]
</body>
</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