diff options
author | Byron Jones <bjones@mozilla.com> | 2012-06-12 15:38:01 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-06-12 15:38:01 +0200 |
commit | eac19ea6532a8c7c940f3eb14a8f98466b583d56 (patch) | |
tree | 144ba418d3839ed355020cc4535d08dbc78d561a /template/en | |
parent | ba37aef75a5f754a735649704ff40a81780daf16 (diff) | |
parent | 89b41766cc47e26c59bfd95e351ab7767c394ab9 (diff) | |
download | bugzilla-eac19ea6532a8c7c940f3eb14a8f98466b583d56.tar.gz bugzilla-eac19ea6532a8c7c940f3eb14a8f98466b583d56.tar.xz |
merge from bugzilla/4.2
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> |