]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Add a missing "FILTER html" in the bug_url_invalid error message.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Sat, 18 Sep 2010 23:56:48 +0000 (16:56 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Sat, 18 Sep 2010 23:56:48 +0000 (16:56 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=577835

template/en/default/global/user-error.html.tmpl

index 5d690db1725eb9b65803801bf05c13b3988de253..5dd0c6a0a9e59d9276b6756e85f91331745d4332 100644 (file)
     [% 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>