You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/02/10 21:39:16 UTC

svn commit: r1566735 - /openoffice/ooo-site/trunk/content/download/test/index.html

Author: marcus
Date: Mon Feb 10 20:39:16 2014
New Revision: 1566735

URL: http://svn.apache.org/r1566735
Log:
Fixed broken order to show the correct text and link in green box

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

Modified: openoffice/ooo-site/trunk/content/download/test/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/index.html?rev=1566735&r1=1566734&r2=1566735&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index.html Mon Feb 10 20:39:16 2014
@@ -68,7 +68,7 @@ screen reader. -->
       + " | SVN " + SVN_REV + " | Released: " + REL_DATE + "'>Click here for the most recent version for:<br />"
       + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | ~" + FILESIZE + " MByte | Released: "
       + REL_DATE + "<br /></a></p>" );
-    } else if ( UI_PLATFORM.toLowerCase().ondexOf( "unknown" ) != -1 ) {
+    } else if ( UI_PLATFORM.toLowerCase().indexOf( "unknown" ) != -1 ) {
       // If platform and/or package manager was not recognized, then use "other.html" as download link.
       document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
       + LINK + "');" + "return false;\">" );