From 9de501156a83d8f7558b03b55f009c35a8c4ba2c Mon Sep 17 00:00:00 2001 From: Roland Haeder <roland@mxchange.org> Date: Mon, 15 Feb 2016 16:08:16 +0100 Subject: [PATCH] No ./ as this messes around with the resource manager (or so?) --- web/WEB-INF/templates/base.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/WEB-INF/templates/base.tpl b/web/WEB-INF/templates/base.tpl index 6f7fcfa0..74115a03 100644 --- a/web/WEB-INF/templates/base.tpl +++ b/web/WEB-INF/templates/base.tpl @@ -10,8 +10,8 @@ <f:loadBundle var="msg" basename="org.mxchange.localization.bundle" /> - <h:outputStylesheet name="./css/default.css" /> - <h:outputStylesheet name="./css/cssLayout.css" /> + <h:outputStylesheet name="/css/default.css" /> + <h:outputStylesheet name="/css/cssLayout.css" /> <title>Addressbook - <ui:insert name="title">Default title</ui:insert></title> </h:head> -- 2.39.5