You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ma...@apache.org on 2013/11/27 16:16:38 UTC

svn commit: r1546065 - /flex/site/trunk/content/installerbadge/index.chtml

Author: mamsellem
Date: Wed Nov 27 15:16:37 2013
New Revision: 1546065

URL: http://svn.apache.org/r1546065
Log:
FIX FLEX-33938 (installer Badge wrong link)

Modified:
    flex/site/trunk/content/installerbadge/index.chtml

Modified: flex/site/trunk/content/installerbadge/index.chtml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/installerbadge/index.chtml?rev=1546065&r1=1546064&r2=1546065&view=diff
==============================================================================
--- flex/site/trunk/content/installerbadge/index.chtml (original)
+++ flex/site/trunk/content/installerbadge/index.chtml Wed Nov 27 15:16:37 2013
@@ -1,7 +1,7 @@
 <div id="flashContent">
     <script type="text/javascript"> 
         var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
-        document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
+        document.write("<a href='http://www.adobe.com/go/getflashplayer' target='_top' ><img src='" 
                         + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
     </script> 
 </div>