diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/webapp/sitemesh/standalone.jsp | 2 | ||||
| -rw-r--r-- | src/site/changes.xml | 4 | 
2 files changed, 5 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>
 diff --git a/src/site/changes.xml b/src/site/changes.xml index ea670c3..eed7d2f 100644 --- a/src/site/changes.xml +++ b/src/site/changes.xml @@ -13,6 +13,10 @@  			</release>
  		-->
 +		<release version="3.0.9-20090929" date="2009-10-01" description="bugfix">
 +			<action dev="tknall" type="fix">WebApplication: Incompatibility to Tomcat 6.x removed. (Now quoting taglib expressions with nested scriptlets.)</action>
 +		</release>
 +
  		<release version="3.0.9-20090929" date="2009-09-29" description="bugfix">
  			<action dev="tknall" type="fix">Bug concerning text matching algorithm fixed.</action>
  		</release>
 | 
