From af9868a7080ee0fea7355ae358c1e1766991202c Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 15 Dec 2014 16:00:25 -0200 Subject: #170 Added UTF-8 encoding to the html body, because the quoted-printable module was messing up encoding otherwise --- web-ui/test/test-main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui/test/test-main.js') diff --git a/web-ui/test/test-main.js b/web-ui/test/test-main.js index 5d5c7391..9cd5b12a 100644 --- a/web-ui/test/test-main.js +++ b/web-ui/test/test-main.js @@ -28,6 +28,7 @@ requirejs.config({ 'monkey_patching': 'app/js/monkey_patching', 'i18next': 'app/bower_components/i18next/i18next.amd', 'quoted-printable': 'app/bower_components/quoted-printable', + 'utf8': 'app/bower_components/utf8', 'test': 'test', 'features': 'test/features' }, -- cgit v1.2.3