Fix the path to the CSS now that the context path has changed.
authorpastith <devnull@localhost>
Mon, 27 Apr 2009 10:43:08 +0000 (10:43 +0000)
committerpastith <devnull@localhost>
Mon, 27 Apr 2009 10:43:08 +0000 (10:43 +0000)
gss/war/policy.jsp

index 25f88a4..5fd32b4 100644 (file)
@@ -25,7 +25,7 @@ along with GSS.  If not, see <http://www.gnu.org/licenses/>.
 <%@page import="gr.ebs.gss.server.configuration.GSSConfigurationFactory"%><html>
 <head>
 <title><%= GSSConfigurationFactory.getConfiguration().getString("serviceName") %> Terms and Conditions</title>
-<link href="/gss/gss.css" rel="stylesheet" type="text/css">
+<link href="/pithos/gss.css" rel="stylesheet" type="text/css">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 <body>