From a2336d70faed66049c4c7fb8d51e044aa34fb205 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 21 Aug 2009 21:33:07 +0000 Subject: Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Saved Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- template/en/default/global/code-error.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/global/code-error.html.tmpl') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 97fd59d21..e96e6d48e 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -340,8 +340,8 @@ [% ELSIF error == "param_must_be_numeric" %] [% title = "Invalid Parameter" %] - Invalid parameter passed to [% function FILTER html %]. - It must be numeric. + Invalid parameter [% param FILTER html %] passed to + [% function FILTER html %]: It must be numeric. [% ELSIF error == "param_required" %] [% title = "Missing Parameter" %] -- cgit v1.2.3-24-g4f1b