]> git.mxchange.org Git - addressbook-war.git/commitdiff
No ./ as this messes around with the resource manager (or so?)
authorRoland Haeder <roland@mxchange.org>
Mon, 15 Feb 2016 15:08:16 +0000 (16:08 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 15 Feb 2016 15:08:16 +0000 (16:08 +0100)
web/WEB-INF/templates/base.tpl

index 6f7fcfa077dad5b557a7b595725261ff5167e426..74115a03ae18c60b9e393337b73f57cacc375103 100644 (file)
@@ -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>