diff options
author | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2009-10-01 07:49:50 +0000 |
---|---|---|
committer | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2009-10-01 07:49:50 +0000 |
commit | 84b030d4f73400932c54b4ef15798171ebb018b9 (patch) | |
tree | c2853ff4a9f618de8283f35b36bfad0395ef488f /src/main/webapp | |
parent | 015204861c729a042b744be56cbf4cfee8abc374 (diff) | |
download | pdf-as-3-84b030d4f73400932c54b4ef15798171ebb018b9.tar.gz pdf-as-3-84b030d4f73400932c54b4ef15798171ebb018b9.tar.bz2 pdf-as-3-84b030d4f73400932c54b4ef15798171ebb018b9.zip |
WebApplication: Incompatibility to Tomcat 6.x removed. (Now quoting taglib expressions with nested scriptlets.)
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@343 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'src/main/webapp')
-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>
|