diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/list/server-push.html.tmpl | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/template/en/default/list/server-push.html.tmpl b/template/en/default/list/server-push.html.tmpl index d1c157f72..914d827a9 100644 --- a/template/en/default/list/server-push.html.tmpl +++ b/template/en/default/list/server-push.html.tmpl @@ -33,15 +33,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> |