diff options
author | Filip Komar <filip@mageia.org> | 2013-08-03 15:51:16 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-08-03 15:51:16 +0000 |
commit | a5a93708f72f07fe350c5cb3dc49bfed55e9566a (patch) | |
tree | 9673bdfde7ec255d8c19231615d207944cd655b9 /en | |
parent | 6c65bb6edcd99d745029a5a71e1a660f6da35762 (diff) | |
download | www-a5a93708f72f07fe350c5cb3dc49bfed55e9566a.tar www-a5a93708f72f07fe350c5cb3dc49bfed55e9566a.tar.gz www-a5a93708f72f07fe350c5cb3dc49bfed55e9566a.tar.bz2 www-a5a93708f72f07fe350c5cb3dc49bfed55e9566a.tar.xz www-a5a93708f72f07fe350c5cb3dc49bfed55e9566a.zip |
scheme-relative URL fix for en/4/download_index.php
Diffstat (limited to 'en')
-rwxr-xr-x | en/4/download_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php index 0108242e7..4ad597de5 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -58,7 +58,7 @@ function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $me <meta name="robots" content="index,nofollow,nosnippet"> <link rel="canonical" href="/<?php echo $locale.'/'.$verion;?>/"> <link rel="stylesheet" href="/g/style/all.css"> - <base href="http://<?php echo $_SERVER['HTTP_HOST'].'/'.$locale; ?>/downloads/get/"> + <base href="//<?php echo $_SERVER['HTTP_HOST'].'/'.$locale; ?>/downloads/get/"> <?php include '../../analytics.php'; ?> <style> .unstable-release-warning { |