aboutsummaryrefslogtreecommitdiffstats
path: root/404.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2014-03-16 21:57:43 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2014-03-16 21:57:43 +0000
commita541e79f45c05b8cb6391692f7ade71564039f2c (patch)
treee9b89f52d7eb50083121d4e2f4b4f744b349f1ff /404.php
parenta8f96f21024aaab5cbc5072a069de2593ffd8349 (diff)
downloadwww-a541e79f45c05b8cb6391692f7ade71564039f2c.tar
www-a541e79f45c05b8cb6391692f7ade71564039f2c.tar.gz
www-a541e79f45c05b8cb6391692f7ade71564039f2c.tar.bz2
www-a541e79f45c05b8cb6391692f7ade71564039f2c.tar.xz
www-a541e79f45c05b8cb6391692f7ade71564039f2c.zip
fix ddg query and add affiliate
Diffstat (limited to '404.php')
-rw-r--r--404.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/404.php b/404.php
index 5be410ceb..17ee3656d 100644
--- a/404.php
+++ b/404.php
@@ -26,7 +26,7 @@ $locale = ($locale == '404' ? 'en' : $locale);
<div class="para values">
<ul class="hl"><?php
_g('Try searching it on <a href="%s">mageia.org site map</a>,', array("/$locale/map/"), 'li');
- _g('or try to <a href="%s">search with DuckDuckGo</a>.', array('https://duckduckgo.com/q=site%3Amageia.org&t=mageia'), 'li');
+ _g('or try to <a href="%s">search with DuckDuckGo</a>.', array('https://duckduckgo.com/?q=site%3Amageia.org&t=mageia'), 'li');
?></ul>
</div>
</div>