You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/05/14 10:12:30 UTC

svn commit: r908781 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/xx/brand.html

Author: buildbot
Date: Wed May 14 08:12:30 2014
New Revision: 908781

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/xx/brand.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May 14 08:12:30 2014
@@ -1 +1 @@
-1594514
+1594515

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May 14 08:12:30 2014
@@ -1 +1 @@
-1594514
+1594515

Modified: websites/staging/ooo-site/trunk/content/xx/brand.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/xx/brand.html (original)
+++ websites/staging/ooo-site/trunk/content/xx/brand.html Wed May 14 08:12:30 2014
@@ -48,7 +48,7 @@
 		<option value="cy">Welsh</option>
 	</select>
 	<script>
-    var lang = "";
+    var lang = "en";
     var dropdown = document.getElementById('selectlanguage');
     var options = dropdown.options;
     for(var i=0; i<dropdown.options.length; i++) {