From: lpsolit%gmail.com <> Date: Sun, 20 Aug 2006 00:38:37 +0000 (+0000) Subject: Fixing bustage (unfiltered directive in code-error.html.tmpl) X-Git-Tag: bugzilla-2.23.3~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dda07dc7be85acc27b6693ee544216db1f3415c3;p=thirdparty%2Fbugzilla.git Fixing bustage (unfiltered directive in code-error.html.tmpl) --- diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index bf91160cf9..0a9bcc8678 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -354,7 +354,7 @@ [% END %] [% ELSIF error == "usage_mode_invalid" %] - '[% invalid_usage_mode %]' is not a valid usage mode. + '[% invalid_usage_mode FILTER html %]' is not a valid usage mode. [% ELSIF error == "must_be_patch" %] [% title = "Attachment Must Be Patch" %]