You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/03/28 13:26:28 UTC

svn commit: r1582724 - in /tomcat/site/trunk: docs/migration-8.html xdocs/migration-8.xml

Author: kkolinko
Date: Fri Mar 28 12:26:27 2014
New Revision: 1582724

URL: http://svn.apache.org/r1582724
Log:
Followup to r1582700
Remove stray comma after the last member of a javascript object.
AFAIK, IE has problems with such commas.

Modified:
    tomcat/site/trunk/docs/migration-8.html
    tomcat/site/trunk/xdocs/migration-8.xml

Modified: tomcat/site/trunk/docs/migration-8.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1582724&r1=1582723&r2=1582724&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-8.html (original)
+++ tomcat/site/trunk/docs/migration-8.html Fri Mar 28 12:26:27 2014
@@ -496,7 +496,7 @@ of Apache Tomcat.</p>
           "8.0.0-RC10":"1552353",
           "8.0.1":"1562630",
           "8.0.3":"1565729",
-          "8.0.5":"1580930",
+          "8.0.5":"1580930"
         };
 
         formSubmit.action = "http://svn.apache.org/viewvc/tomcat/trunk/" +

Modified: tomcat/site/trunk/xdocs/migration-8.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1582724&r1=1582723&r2=1582724&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-8.xml (original)
+++ tomcat/site/trunk/xdocs/migration-8.xml Fri Mar 28 12:26:27 2014
@@ -183,7 +183,7 @@ of Apache Tomcat.</p>
           "8.0.0-RC10":"1552353",
           "8.0.1":"1562630",
           "8.0.3":"1565729",
-          "8.0.5":"1580930",
+          "8.0.5":"1580930"
         };
 
         formSubmit.action = "http://svn.apache.org/viewvc/tomcat/trunk/" +



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