From: Frédéric Buclin Date: Thu, 16 Oct 2014 14:08:48 +0000 (+0200) Subject: Fix a warning thrown by 008filter.t X-Git-Tag: bugzilla-5.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1bdb0ed35a75233edc1a7c59b697bb08adc38c7;p=thirdparty%2Fbugzilla.git Fix a warning thrown by 008filter.t --- 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 c40cb6e5e1..bf522f7dd0 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" }) %]