You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kp...@apache.org on 2013/11/08 16:18:41 UTC

svn commit: r1540073 - /tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.jspx

Author: kpreisser
Date: Fri Nov  8 15:18:41 2013
New Revision: 1540073

URL: http://svn.apache.org/r1540073
Log:
Follow-Up to r1540070:
Fix whitespaces.

Modified:
    tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.jspx

Modified: tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.jspx
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.jspx?rev=1540073&r1=1540072&r2=1540073&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.jspx (original)
+++ tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.jspx Fri Nov  8 15:18:41 2013
@@ -18,9 +18,9 @@
 <html xmlns:jsp="http://java.sun.com/JSP/Page"
       xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
       xmlns="http://www.w3.org/1999/xhtml">
-  <jsp:output doctype-root-element="html"  
-              doctype-public="-//W3C//DTD XHTML Basic 1.0//EN"  
-              doctype-system="http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd"/>  
+  <jsp:output doctype-root-element="html"
+              doctype-public="-//W3C//DTD XHTML Basic 1.0//EN"
+              doctype-system="http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd"/>
   <jsp:directive.page contentType="application/xhtml+xml" />
   <head>
     <title>JSPX - XHTML Basic Example</title>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org