From c2d316449f85bd2b74ae9ffaa3d08b7a5ee282cf Mon Sep 17 00:00:00 2001 From: Alex Bitney Date: Sun, 7 Feb 2016 00:00:41 +0200 Subject: added tags when posting new message added templates engine (rythm engine) and moved something to it. WARNING: textext plugin does not work when minimized, and also I fixed bug in it. --- src/main/webapp/WEB-INF/web.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/main/webapp/WEB-INF/web.xml') diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 3bc3cf21..96302e3d 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -13,16 +13,24 @@ default - /scripts.js + *.css default - /style.css + *.js + + + default + *.testhtml js application/javascript;charset=UTF-8 + + testhtml + text/html;charset=UTF-8 + css text/css;charset=UTF-8 -- cgit v1.2.3