diff options
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"> |