diff options
author | Filip Komar <filip@mageia.org> | 2013-08-03 23:26:52 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-08-03 23:26:52 +0000 |
commit | 6262d8b246b8192de09564e39debb29434b4cdaa (patch) | |
tree | bbea460e2d3527aedfd533f6de6d8f6801d28096 /en/3 | |
parent | 39558b11941d69149cdaa0a96088c4ea268a60e4 (diff) | |
download | www-6262d8b246b8192de09564e39debb29434b4cdaa.tar www-6262d8b246b8192de09564e39debb29434b4cdaa.tar.gz www-6262d8b246b8192de09564e39debb29434b4cdaa.tar.bz2 www-6262d8b246b8192de09564e39debb29434b4cdaa.tar.xz www-6262d8b246b8192de09564e39debb29434b4cdaa.zip |
IE8 fix for base tag
Diffstat (limited to 'en/3')
-rwxr-xr-x | en/3/download_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/3/download_index.php b/en/3/download_index.php index 489bea4fe..625b2c6db 100755 --- a/en/3/download_index.php +++ b/en/3/download_index.php @@ -17,7 +17,7 @@ require '../downloads/get/lib.php'; <meta name="robots" content="index,nofollow,nosnippet"> <link rel="canonical" href="/<?php echo $locale; ?>/3/"> <link rel="stylesheet" href="/g/style/all.css"> - <base href="//<?php echo $_SERVER['HTTP_HOST'].'/'.$locale; ?>/downloads/get/"> + <base href="https://<?php echo $_SERVER['HTTP_HOST'].'/'.$locale; ?>/downloads/get/"> <?php include '../../analytics.php'; ?> </head> <body class="release downloads"> |