diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-03-20 15:29:27 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-03-20 15:29:27 +0000 |
commit | 0cd34fb4ae8abc99d2eac733f76618a2c41f5b32 (patch) | |
tree | aad53d3af20e375e3f6e9c26794a558efae2de8a /en/3 | |
parent | 6848ab831530f925fa79de6dbc7211c0572fc096 (diff) | |
download | www-0cd34fb4ae8abc99d2eac733f76618a2c41f5b32.tar www-0cd34fb4ae8abc99d2eac733f76618a2c41f5b32.tar.gz www-0cd34fb4ae8abc99d2eac733f76618a2c41f5b32.tar.bz2 www-0cd34fb4ae8abc99d2eac733f76618a2c41f5b32.tar.xz www-0cd34fb4ae8abc99d2eac733f76618a2c41f5b32.zip |
fix url, was making relative link not working (spoted by stormi)
Diffstat (limited to 'en/3')
-rw-r--r-- | en/3/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/3/nav.php b/en/3/nav.php index feaba4a9b..434e20b11 100644 --- a/en/3/nav.php +++ b/en/3/nav.php @@ -2,7 +2,7 @@ $nav = array( "/{$locale}/3/" => _t('Mageia 3'), - "/{$locale}/3/download_index.php/" => _t('Download'), + "/{$locale}/3/download_index.php" => _t('Download'), "/{$locale}/3/for-pc/" => _t('For PC'), "/{$locale}/3/for-server/" => _t('For server'), ); |