From a49117c52222b5e82fcaac4cfa2c356915a1b47b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 2 Jun 2007 20:59:19 +0000 Subject: Bug 379127: Incorrect link to the documentation when trying to view an nonexistent saved search - Patch by Frédéric Buclin r=wurblzap a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/code-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 9cf5fd46e..760d81043 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -40,7 +40,7 @@ [% error_message = BLOCK %] [% IF error == "action_unrecognized" %] [% docslinks = {'query.html' => "Searching for $terms.bugs", - 'list.html' => "$terms.Bug lists"} %] + 'query.html#list' => "$terms.Bug lists"} %] I don't recognize the value ([% action FILTER html %]) of the action variable. -- cgit v1.2.3-24-g4f1b