You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2012/04/24 23:42:11 UTC

svn commit: r1330027 - /incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html

Author: kschenk
Date: Tue Apr 24 21:42:10 2012
New Revision: 1330027

URL: http://svn.apache.org/viewvc?rev=1330027&view=rev
Log:
kls -- testing red remarks

Modified:
    incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html

Modified: incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html?rev=1330027&r1=1330026&r2=1330027&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html (original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html Tue Apr 24 21:42:10 2012
@@ -13,6 +13,7 @@
 
   <script type="text/javascript">
   <!--
+  document.write ("<font color=\"red\">");
   document.write ( "<h2>This page is to test how to get download requests to more than one mirror hosts:</h2>" );
   
   document.write ( "<p>Complete SF URL: " + MIRROR_SOURCEFORGE_REF + "</p>" );
@@ -29,6 +30,7 @@
   document.write ( "<h3>3. Mirror redirection by weight: Apache, SourceForge, MirrorBrain</h3>" );
 
   getMirrorHost_asf_sf_mb_weighted();
+  document.write ("</font>);
 
   //-->
   </script>