summaryrefslogtreecommitdiffstats
path: root/extensions/Example
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-10-16 16:08:48 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2014-10-16 16:08:48 +0200
commitb1bdb0ed35a75233edc1a7c59b697bb08adc38c7 (patch)
tree53b45be66df570752679008cc5f1ec92d143a963 /extensions/Example
parent940d3fa963a96a017d1dab224b23755422256662 (diff)
downloadbugzilla-b1bdb0ed35a75233edc1a7c59b697bb08adc38c7.tar.gz
bugzilla-b1bdb0ed35a75233edc1a7c59b697bb08adc38c7.tar.xz
Fix a warning thrown by 008filter.t
Diffstat (limited to 'extensions/Example')
-rw-r--r--extensions/Example/template/en/default/hook/search/tabs-search_tabs.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/Example/template/en/default/hook/search/tabs-search_tabs.html.tmpl b/extensions/Example/template/en/default/hook/search/tabs-search_tabs.html.tmpl
index c40cb6e5e..bf522f7dd 100644
--- a/extensions/Example/template/en/default/hook/search/tabs-search_tabs.html.tmpl
+++ b/extensions/Example/template/en/default/hook/search/tabs-search_tabs.html.tmpl
@@ -6,8 +6,8 @@
# defined by the Mozilla Public License, v. 2.0.
#%]
-[%
- tabs.push ({ name => 'newsearch', label => "New Search",
- link => "query.cgi?format=newsearch" })
+[%
+ tabs.push({ name => 'newsearch', label => "New Search",
+ link => "query.cgi?format=newsearch" })
%]