From 0cd34fb4ae8abc99d2eac733f76618a2c41f5b32 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Thu, 20 Mar 2014 15:29:27 +0000 Subject: fix url, was making relative link not working (spoted by stormi) --- en/3/nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), ); -- cgit v1.2.1