From 8eb3b175a88f5c207991d86fbfae9c83f9a735a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Wed, 22 Feb 2012 17:41:39 +0100 Subject: [PATCH] Fix bustage --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" %] -- 2.47.2