From 54da2a3c22192b7b4d120ae74a7a805e1229cdbc Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Tue, 4 Mar 2014 19:53:08 +0000 Subject: Bug 977030 - Remove the useless buglist_joined variable in buglist.cgi r=dkl,a=justdave --- template/en/default/list/list.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/list') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 6fafefe21..248fc2638 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -73,7 +73,7 @@

Total execution time: [% query_time FILTER html %] seconds

[% FOREACH query = queries %] -

[% query.sql FILTER html %]

+
[% query.sql FILTER html %]

Execution time: [% query.time FILTER html %] seconds

[% IF query.explain %]
[% query.explain FILTER html %]
@@ -190,8 +190,8 @@
- [% id = buglist.join(",") %] - + [% buglist_joined = buglist.join(",") %] +
-- cgit v1.2.3-24-g4f1b