diff options
author | Byron Jones <bjones@mozilla.com> | 2013-06-19 11:21:11 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-06-19 11:21:11 +0200 |
commit | 67ff372dc122ba876192307b5a1ddf7b9d143773 (patch) | |
tree | 6d8e137f87d8e5cf0cd8bfcc1bcebfc02c3f2151 /template | |
parent | 1df1292cdc4837810703e6ec01a7354bdf82c7a1 (diff) | |
download | bugzilla-67ff372dc122ba876192307b5a1ddf7b9d143773.tar.gz bugzilla-67ff372dc122ba876192307b5a1ddf7b9d143773.tar.xz |
revert accidental commits
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/list.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 69dc28a7a..cda06ac21 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -62,7 +62,7 @@ <div class="bz_query_debug"> <p>Total execution time: [% query_time FILTER html %] seconds</p> [% FOREACH query = queries %] - <pre>[% query.sql FILTER html %]</pre> + <p>[% query.sql FILTER html %]</p> <p>Execution time: [% query.time FILTER html %] seconds</p> [% IF query.explain %] <pre>[% query.explain FILTER html %]</pre> |