diff options
Diffstat (limited to 'src/main/webapp/parentpage/standalone.jsp')
-rw-r--r-- | src/main/webapp/parentpage/standalone.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/parentpage/standalone.jsp b/src/main/webapp/parentpage/standalone.jsp index 716ab00..691857f 100644 --- a/src/main/webapp/parentpage/standalone.jsp +++ b/src/main/webapp/parentpage/standalone.jsp @@ -9,7 +9,7 @@ <head>
<decorator:head/>
- <link rel="stylesheet" type="text/css" href="<%=LocalRequestHelper.getLocalServerAddress(request,response)%>pdf-as/css/pdfas-styles.css" />
+ <link rel="stylesheet" type="text/css" href="<%=LocalRequestHelper.getLocalContextAddress(request,response)%>/css/pdfas-styles.css" />
</head>
<body><decorator:body/></body>
|