From 69631a11b13dac847e3bfa0a3b0d0e5aefbc505a Mon Sep 17 00:00:00 2001 From: Claudio Barril Date: Mon, 8 Sep 2014 15:51:20 -0300 Subject: [PATCH] fix content type --- wise-webapp/src/main/webapp/jsp/style.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wise-webapp/src/main/webapp/jsp/style.jsp b/wise-webapp/src/main/webapp/jsp/style.jsp index c78fc44b..0de8efd6 100644 --- a/wise-webapp/src/main/webapp/jsp/style.jsp +++ b/wise-webapp/src/main/webapp/jsp/style.jsp @@ -1,4 +1,4 @@ -<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ page contentType="text/html; charset=UTF-8" language="java" %>