summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-08-20 02:38:37 +0200
committerlpsolit%gmail.com <>2006-08-20 02:38:37 +0200
commitdda07dc7be85acc27b6693ee544216db1f3415c3 (patch)
tree13cf6ce61a680866b0880f59c978d1c244df7480 /template
parent0ee4621e7828a205189368aa9b8a515574d9c030 (diff)
downloadbugzilla-dda07dc7be85acc27b6693ee544216db1f3415c3.tar.gz
bugzilla-dda07dc7be85acc27b6693ee544216db1f3415c3.tar.xz
Fixing bustage (unfiltered directive in code-error.html.tmpl)
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/code-error.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index bf91160cf..0a9bcc867 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" %]