diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
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" %] |