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/27 00:57:07 UTC

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

Author: kschenk
Date: Thu Apr 26 22:57:06 2012
New Revision: 1331142

URL: http://svn.apache.org/viewvc?rev=1331142&view=rev
Log:
kls -- well maybe quoting problems solved

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=1331142&r1=1331141&r2=1331142&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 Thu Apr 26 22:57:06 2012
@@ -66,7 +66,7 @@
 
   if ( hasMirrorLink() ) {
     document.write( "<h2><a href='" + LINK + " title= " + LINK + " target=\"_blank\" '>Download OpenOffice.org " + VERSION + "</a></h2>"
-    + "<p><a href='" + LINK + "' title='" + LINK + "'>Click to start downloading the most recent version for "
+    + "<p><a href='" + LINK + " title=" + LINK + " target=\"_blank\"'>Click to start downloading the most recent version for "
     + getPlatform() + " and " + getLanguage() + "."
     + "<br/>(Java Runtime Environment (JRE) included for all OS versions except Linux 32/64-bit Debian and Mac OS)</a>"
     + "</p>" );