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

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

index cef7ffefe146e8037dbfc217a39c688aea922cb0..6f86a5cba879cfc1b8aaf1c9a5864491e1d2c736 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>