summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-06-02 22:59:19 +0200
committerlpsolit%gmail.com <>2007-06-02 22:59:19 +0200
commita49117c52222b5e82fcaac4cfa2c356915a1b47b (patch)
tree8ae81f84815247e50f3036c928f41a72d4bf01ed /template/en/default/global/code-error.html.tmpl
parent5bc0550864306c1195647d9fd16ee6176580e2ba (diff)
downloadbugzilla-a49117c52222b5e82fcaac4cfa2c356915a1b47b.tar.gz
bugzilla-a49117c52222b5e82fcaac4cfa2c356915a1b47b.tar.xz
Bug 379127: Incorrect link to the documentation when trying to view an nonexistent saved search - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl2
1 files changed, 1 insertions, 1 deletions
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 (<em>[% action FILTER html %]</em>)
of the <em>action</em> variable.