diff options
Diffstat (limited to 'src/main/webapp/sitemesh')
-rw-r--r-- | src/main/webapp/sitemesh/standalone.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/sitemesh/standalone.jsp b/src/main/webapp/sitemesh/standalone.jsp index d4813c2..fd88212 100644 --- a/src/main/webapp/sitemesh/standalone.jsp +++ b/src/main/webapp/sitemesh/standalone.jsp @@ -16,7 +16,7 @@ <head>
<decorator:head/>
<link rel="stylesheet" type="text/css" href="<%=LocalRequestHelper.getLocalContextAddress(request,response)%>/css/pdfas-styles.css" />
- <title><fmt:message key="<%= testMode ? "test.common.title" : "common.title" %>"/></title>
+ <title><fmt:message key="<%= testMode ? \"test.common.title\" : \"common.title\" %>"/></title>
<link rel="stylesheet" type="text/css" href="<%=LocalRequestHelper.getLocalContextAddress(request,response)%>/css/pdfas-standalone-styles.css" />
</head>
|