summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-11-24 07:34:17 +0100
committermkanat%bugzilla.org <>2009-11-24 07:34:17 +0100
commit9b0ec35bdc8e742697db35a54cf26feeb9d1f858 (patch)
tree6e0dc82c86f368df0102bd87e9dc9e3015829426 /template
parentc712ae5d7dcd4c4874def8b8e9c84d301dcda20e (diff)
downloadbugzilla-9b0ec35bdc8e742697db35a54cf26feeb9d1f858.tar.gz
bugzilla-9b0ec35bdc8e742697db35a54cf26feeb9d1f858.tar.xz
Fix test failures caused by check-in of bug 430014.
Diffstat (limited to 'template')
-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 d64b3656a..b138de5e8 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -153,7 +153,7 @@
<code>[% returned FILTER html %]</code>, which is not a valid name
for an extension. Extensions must return their name, not <code>1</code>
or a number. See the documentation of
- <a href="[% docs_urlbase %]api/Bugzilla/Extension.html">Bugzilla::Extension</a>
+ <a href="[% docs_urlbase FILTER html %]api/Bugzilla/Extension.html">Bugzilla::Extension</a>
for details.
[% ELSIF error == "extension_no_name" %]