]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix bustage
authorFrédéric Buclin <LpSolit@gmail.com>
Wed, 22 Feb 2012 16:41:39 +0000 (17:41 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 22 Feb 2012 16:41:39 +0000 (17:41 +0100)
template/en/default/global/user-error.html.tmpl

index fdcdc66269a7a129051bbd017e64b66376712ee4..3dda5de7f6bdd0f430c65add352bcf37035acbdd 100644 (file)
   [% 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" %]