summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-06-19 10:53:50 +0200
committerByron Jones <bjones@mozilla.com>2013-06-19 10:53:50 +0200
commit1df1292cdc4837810703e6ec01a7354bdf82c7a1 (patch)
tree796eb5e69b036235daf5ba5bc4b4e9c1958c4002 /template/en/default/list
parent8caf466c0cf82a06dc69a29a5e87900e86c2488a (diff)
downloadbugzilla-1df1292cdc4837810703e6ec01a7354bdf82c7a1.tar.gz
bugzilla-1df1292cdc4837810703e6ec01a7354bdf82c7a1.tar.xz
Bug 884177: updates to the timing collectors
Diffstat (limited to 'template/en/default/list')
-rw-r--r--template/en/default/list/list.html.tmpl2
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 cda06ac21..69dc28a7a 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 %]
- <p>[% query.sql FILTER html %]</p>
+ <pre>[% query.sql FILTER html %]</pre>
<p>Execution time: [% query.time FILTER html %] seconds</p>
[% IF query.explain %]
<pre>[% query.explain FILTER html %]</pre>