diff --git a/paramecio/citoplasma/templates/utils/translations.phtml b/paramecio/citoplasma/templates/utils/translations.phtml index 472d60b..65e75d2 100644 --- a/paramecio/citoplasma/templates/utils/translations.phtml +++ b/paramecio/citoplasma/templates/utils/translations.phtml @@ -43,6 +43,7 @@ ${csrf_token("csrf_token")|n} type: "POST", url: url, data: data, + contentType: "application/x-www-form-urlencoded;charset=UTF-8", success: function (data) { $('#send_text').show();