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:27:34 UTC

svn commit: r1582726 - in /tomcat/site/trunk: docs/migration-6.html xdocs/migration-6.xml

Author: kkolinko
Date: Fri Mar 28 12:27:33 2014
New Revision: 1582726

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

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

Modified: tomcat/site/trunk/docs/migration-6.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-6.html?rev=1582726&r1=1582725&r2=1582726&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-6.html (original)
+++ tomcat/site/trunk/docs/migration-6.html Fri Mar 28 12:27:33 2014
@@ -535,7 +535,7 @@ of Apache Tomcat.</p>
           "6.0.35":"1207053",
           "6.0.36":"1398690",
           "6.0.37":"1476938",
-          "6.0.39":"1561893",
+          "6.0.39":"1561893"
         };
 
         formSubmit.action = "http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/" +

Modified: tomcat/site/trunk/xdocs/migration-6.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-6.xml?rev=1582726&r1=1582725&r2=1582726&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-6.xml (original)
+++ tomcat/site/trunk/xdocs/migration-6.xml Fri Mar 28 12:27:33 2014
@@ -212,7 +212,7 @@ of Apache Tomcat.</p>
           "6.0.35":"1207053",
           "6.0.36":"1398690",
           "6.0.37":"1476938",
-          "6.0.39":"1561893",
+          "6.0.39":"1561893"
         };
 
         formSubmit.action = "http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/" +



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