From: Frédéric Buclin Date: Wed, 22 Feb 2012 16:41:39 +0000 (+0100) Subject: Fix bustage X-Git-Tag: bugzilla-4.3.1~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eb3b175a88f5c207991d86fbfae9c83f9a735a4;p=thirdparty%2Fbugzilla.git Fix bustage --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index fdcdc66269..3dda5de7f6 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" %]