Author: buildbot
Date: Thu Apr 26 00:02:02 2012
New Revision: 814504

Log:
Staging update by buildbot for openofficeorg

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/test/download_new_dl.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr 26 00:02:02 2012
@@ -1 +1 @@
-1330606
+1330607

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr 26 00:02:02 2012
@@ -1 +1 @@
-1330606
+1330607

Modified: 
websites/staging/ooo-site/trunk/content/download/test/download_new_dl.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download_new_dl.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_new_dl.js 
Thu Apr 26 00:02:02 2012
@@ -18,7 +18,7 @@ function getMirrorHost() {
                // If random value is lower than ratio
                if ( randVal < MIRROR_RATIO ) {
                        mirrorHost = "Apache";
-                       document.write ("Apache wins" + <br/>");
+                       document.write ("Apache wins <br/>");
                        return MIRROR_APACHE_URL;
                }
        }
@@ -27,7 +27,7 @@ function getMirrorHost() {
                // If random value is higher than ratio
                if ( randVal > MIRROR_RATIO ) {
                        mirrorHost = "SourceForge";
-                       document.write ("SourceForge wins" + "<br />");
+                       document.write ("SourceForge wins <br />");
                        return MIRROR_SOURCEFORGE_URL;
                }
        }


Reply via email to