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/07/06 13:47:58 UTC

svn commit: r1608188 - /openoffice/ooo-site/trunk/content/download/test/boxed_download.js

Author: marcus
Date: Sun Jul  6 11:47:58 2014
New Revision: 1608188

URL: http://svn.apache.org/r1608188
Log:
Added target for link

Modified:
    openoffice/ooo-site/trunk/content/download/test/boxed_download.js

Modified: openoffice/ooo-site/trunk/content/download/test/boxed_download.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/boxed_download.js?rev=1608188&r1=1608187&r2=1608188&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/boxed_download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/boxed_download.js Sun Jul  6 11:47:58 2014
@@ -370,7 +370,7 @@ function createLogoSection() {
   document.write( "<div id='SupportedAndSupporters'>"
 
     // Sourceforge logo.
-    + "<a href='" + l10n_img_sourceforge_href + "' title='" + l10n_img_sourceforge_title + "'>"
+    + "<a href='" + l10n_img_sourceforge_href + "' target='_blank' title='" + l10n_img_sourceforge_title + "'>"
       + "<img src='" + l10n_img_sourceforge_src + "' width='160' height='34' alt='" + l10n_img_sourceforge_alt + "' />"
     + "</a>"
     + "<br /><br />"