From 8eb3b175a88f5c207991d86fbfae9c83f9a735a4 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 22 Feb 2012 17:41:39 +0100 Subject: Fix bustage --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') 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" %] -- cgit v1.2.3-24-g4f1b