From 516b47a77921494727a5d3160cac0cf62a7325e8 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Mon, 22 May 2017 03:15:29 +0200 Subject: [PATCH] Fix in translations --- paramecio/citoplasma/templates/utils/translations.phtml | 1 + 1 file changed, 1 insertion(+) 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();