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 01:09:40 UTC

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

Author: kschenk
Date: Thu Apr 26 23:09:40 2012
New Revision: 1331145

URL: http://svn.apache.org/viewvc?rev=1331145&view=rev
Log:
kls -- took out the target="_blank" ref, won't work with closer.cgi

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=1331145&r1=1331144&r2=1331145&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 23:09:40 2012
@@ -65,8 +65,8 @@
     + "return false;\">" );
 
   if ( hasMirrorLink() ) {
-    document.write( "<h2><a href='" + LINK + " title= " + LINK + " target=\"_blank\" '>Download OpenOffice.org " + VERSION + "</a></h2>"
-    + "<p><a href='" + LINK + " title=" + LINK + " target=\"_blank\"'>Click to start downloading the most recent version for "
+    document.write( "<h2><a href='" + LINK + " title= " + LINK + " '>Download OpenOffice.org " + VERSION + "</a></h2>"
+    + "<p><a href='" + LINK + " title=" + LINK + " '>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>" );