diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-03-16 21:57:43 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-03-16 21:57:43 +0000 |
commit | a541e79f45c05b8cb6391692f7ade71564039f2c (patch) | |
tree | e9b89f52d7eb50083121d4e2f4b4f744b349f1ff | |
parent | a8f96f21024aaab5cbc5072a069de2593ffd8349 (diff) | |
download | www-a541e79f45c05b8cb6391692f7ade71564039f2c.tar www-a541e79f45c05b8cb6391692f7ade71564039f2c.tar.gz www-a541e79f45c05b8cb6391692f7ade71564039f2c.tar.bz2 www-a541e79f45c05b8cb6391692f7ade71564039f2c.tar.xz www-a541e79f45c05b8cb6391692f7ade71564039f2c.zip |
fix ddg query and add affiliate
-rw-r--r-- | 404.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |