diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2013-06-21 17:43:11 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2013-06-21 17:43:11 +0000 |
commit | 8990c880c5a3e9921ee08a6dac4f8637f6d45063 (patch) | |
tree | 7f6fe3cf4844be39f61922618c635ce449a0899e /en/3 | |
parent | d26238f2b98625ba784b4865f21767adcc1b8e85 (diff) | |
download | www-8990c880c5a3e9921ee08a6dac4f8637f6d45063.tar www-8990c880c5a3e9921ee08a6dac4f8637f6d45063.tar.gz www-8990c880c5a3e9921ee08a6dac4f8637f6d45063.tar.bz2 www-8990c880c5a3e9921ee08a6dac4f8637f6d45063.tar.xz www-8990c880c5a3e9921ee08a6dac4f8637f6d45063.zip |
workaround <base /> bug from IE which has to been an absolute path
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 44fb22830..7c63c1361 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="../downloads/get/"> + <base href="http://<?php echo $_SERVER['HTTP_HOST'].'/'.$locale; ?>/downloads/get/"> <?php include '../../analytics.php'; ?> </head> <body class="release downloads"> |