summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-02-22 17:41:39 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-02-22 17:41:39 +0100
commit8eb3b175a88f5c207991d86fbfae9c83f9a735a4 (patch)
tree08acddb54ec4864d29c6eaefbe1d41476bcea7fc /template
parent0af9c776bc5223556c9140378a7a1ab76d94a7c0 (diff)
downloadbugzilla-8eb3b175a88f5c207991d86fbfae9c83f9a735a4.tar.gz
bugzilla-8eb3b175a88f5c207991d86fbfae9c83f9a735a4.tar.xz
Fix bustage
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index fdcdc6626..3dda5de7f 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1702,7 +1702,7 @@
[% ELSIF error == "xmlrpc_illegal_content_type" %]
When using XML-RPC, you cannot send data as
[%+ content_type FILTER html %]. Allowed content types
- are [% constants.XMLRPC_CONTENT_TYPE_WHITELIST.join(', ') %].
+ are [% constants.XMLRPC_CONTENT_TYPE_WHITELIST.join(', ') FILTER html %].
[% ELSIF error == "zero_length_file" %]
[% title = "File Is Empty" %]