From 55ff084f3538216a6aab76973e32ee0c8515b00d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 25 Dec 2015 10:27:01 +0300 Subject: fix js/css charset --- src/main/webapp/WEB-INF/web.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/main') diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index a7cb489a..72777b83 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -16,6 +16,14 @@ default /style.css + + js + application/javascript;charset=UTF-8 + + + css + text/css;charset=UTF-8 + 30 -- cgit v1.2.3