diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-10-16 16:08:48 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-10-16 16:08:48 +0200 |
commit | b1bdb0ed35a75233edc1a7c59b697bb08adc38c7 (patch) | |
tree | 53b45be66df570752679008cc5f1ec92d143a963 /extensions | |
parent | 940d3fa963a96a017d1dab224b23755422256662 (diff) | |
download | bugs-b1bdb0ed35a75233edc1a7c59b697bb08adc38c7.tar bugs-b1bdb0ed35a75233edc1a7c59b697bb08adc38c7.tar.gz bugs-b1bdb0ed35a75233edc1a7c59b697bb08adc38c7.tar.bz2 bugs-b1bdb0ed35a75233edc1a7c59b697bb08adc38c7.tar.xz bugs-b1bdb0ed35a75233edc1a7c59b697bb08adc38c7.zip |
Fix a warning thrown by 008filter.t
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/Example/template/en/default/hook/search/tabs-search_tabs.html.tmpl | 6 |
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" }) %] |