diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-06-20 20:03:28 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-06-20 20:03:28 +0000 |
commit | dee6249877266e8f813fd9fc0f15cc4b87fa4fe9 (patch) | |
tree | 3a06d0978bd27e7cf379eb7235048397b4bc10e9 /en/community/index.php | |
parent | 2e18dfcc9a8b715f8edfc7254363653955cc869c (diff) | |
download | www-dee6249877266e8f813fd9fc0f15cc4b87fa4fe9.tar www-dee6249877266e8f813fd9fc0f15cc4b87fa4fe9.tar.gz www-dee6249877266e8f813fd9fc0f15cc4b87fa4fe9.tar.bz2 www-dee6249877266e8f813fd9fc0f15cc4b87fa4fe9.tar.xz www-dee6249877266e8f813fd9fc0f15cc4b87fa4fe9.zip |
fix php tag
Diffstat (limited to 'en/community/index.php')
-rw-r--r-- | en/community/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/community/index.php b/en/community/index.php index 928860c4f..5000a051d 100644 --- a/en/community/index.php +++ b/en/community/index.php @@ -130,7 +130,7 @@ include '../../lib/news.php'; <hr> <h2><?php _e('Toolbox')?></h2> <ul class="hl"> - <li><a href="<?= _d('http://wiki.mageia.org/')?>">Wiki</a> ← collaborative documentation</li> + <li><a href="<?php _e('http://wiki.mageia.org/')?>">Wiki</a> ← collaborative documentation</li> <li><a href="http://bugs.mageia.org/">Bugzilla</a> ← to report bugs</li> <li><a href="<?php _e('forum_url')?>">Forum</a></li> <li><a href="/en/calendar/">Calendar</a></li> |