]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixing bustage (unfiltered directive in code-error.html.tmpl)
authorlpsolit%gmail.com <>
Sun, 20 Aug 2006 00:38:37 +0000 (00:38 +0000)
committerlpsolit%gmail.com <>
Sun, 20 Aug 2006 00:38:37 +0000 (00:38 +0000)
template/en/default/global/code-error.html.tmpl

index bf91160cf97b5cc1cc3c516f29b3df21c7ee6e88..0a9bcc867853354861bd0b44403382a84883d429 100644 (file)
     [% 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" %]