Author: remm Date: Thu Jan 11 17:09:46 2007 New Revision: 495459 URL: http://svn.apache.org/viewvc?view=rev&rev=495459 Log: - Same here.
Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/PageDataImpl.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/PageDataImpl.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/PageDataImpl.java?view=diff&rev=495459&r1=495458&r2=495459 ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/PageDataImpl.java (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/PageDataImpl.java Thu Jan 11 17:09:46 2007 @@ -48,7 +48,7 @@ */ class PageDataImpl extends PageData implements TagConstants { - private static final String JSP_VERSION = "2.1"; + private static final String JSP_VERSION = "2.0"; private static final String CDATA_START_SECTION = "<![CDATA[\n"; private static final String CDATA_END_SECTION = "]]>\n"; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]