summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-09-19 01:56:48 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-09-19 01:56:48 +0200
commitd785a8059eeb8f4e90ec977de1e898aa9b11aa64 (patch)
tree0fd7e0014e8e5708d0330adb163b59da3c505a9f /template
parentbed56d6b2573185c602ac8177f493e7d3a3fe35f (diff)
downloadbugzilla-d785a8059eeb8f4e90ec977de1e898aa9b11aa64.tar.gz
bugzilla-d785a8059eeb8f4e90ec977de1e898aa9b11aa64.tar.xz
Add a missing "FILTER html" in the bug_url_invalid error message.
https://bugzilla.mozilla.org/show_bug.cgi?id=577835
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 5d690db17..5dd0c6a0a 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -248,7 +248,7 @@
[% ELSIF reason == 'path_only' %]
You must specify a full URL.
[% ELSIF reason == 'show_bug' %]
- [%+ field_descs.see_also %] URLs should point to one of:
+ [%+ field_descs.see_also FILTER html %] URLs should point to one of:
<ul>
<li><code>show_bug.cgi</code> in a [% terms.Bugzilla %]
installation.</li>