Author: marcus
Date: Wed Apr 30 18:07:42 2014
New Revision: 1591427

URL: http://svn.apache.org/r1591427
Log:
Let the release mode values start with '1' instead of '0', to avoid errors

Modified:
    openoffice/ooo-site/trunk/content/download/test/other.html

Modified: openoffice/ooo-site/trunk/content/download/test/other.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/other.html?rev=1591427&r1=1591426&r2=1591427&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/other.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/other.html Wed Apr 30 
18:07:42 2014
@@ -93,7 +93,7 @@
   + "How to verify the download with signatures and hash values?</a></p>" );
   document.write( "<br />" );
 
-  write_table( 0 );
+  write_table( 1 );
 
   document.write( "</div>"
   + "<br />"


Reply via email to