aboutsummaryrefslogtreecommitdiffstats
path: root/en/contact
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-06-02 10:53:59 +0000
committerNicolas Vigier <boklm@mageia.org>2013-06-02 10:53:59 +0000
commitb1ca7bdb3efac85c979903b1ad3068ef27cdffe8 (patch)
tree0f295ee2ff3c4c3b330fafd47aac8c83e3cf08b6 /en/contact
parent1c0328e2f2f69ef11fba2b9d1b295146ecc6532c (diff)
downloadwww-b1ca7bdb3efac85c979903b1ad3068ef27cdffe8.tar
www-b1ca7bdb3efac85c979903b1ad3068ef27cdffe8.tar.gz
www-b1ca7bdb3efac85c979903b1ad3068ef27cdffe8.tar.bz2
www-b1ca7bdb3efac85c979903b1ad3068ef27cdffe8.tar.xz
www-b1ca7bdb3efac85c979903b1ad3068ef27cdffe8.zip
Fix treasurer email
Diffstat (limited to 'en/contact')
-rw-r--r--en/contact/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/contact/index.php b/en/contact/index.php
index 40fca6d1c..af0259597 100644
--- a/en/contact/index.php
+++ b/en/contact/index.php
@@ -56,7 +56,7 @@ _lang_load($locale, 'contact');
_h('Use <a href="%s">the discuss mailing list</a> or <a href="%s">the forums</a> for general Mageia discussions', array('https://ml.mageia.org/l/info/discuss', 'https://forums.mageia.org/en/'), 'li');
_h('Use <a href="%s">the dev mailing list</a> for Mageia developement discussions', array('https://ml.mageia.org/l/info/dev'), 'li');
_h('Use one of <a href="https://wiki.mageia.org/en/Mailing_lists">the other mailing lists</a> for discussions on other topics', null, 'li');
- _h('Contact <a href="%s">the treasurer</a> for donation questions', 'mailto:treasurer&#x40;mageia.org', 'li');
+ _h('Contact <a href="%s">the treasurer</a> for donation questions', array('mailto:treasurer&#x40;mageia.org'), 'li');
_h('Contact <a herf="%s">the sysadmin team</a> for questions about mirrors, problems with your <a href="%s">Mageia identity account</a>, or other problems with Mageia infrastructure (there is also a public <a href="%s">sysadmin-discuss mailing list</a> if your question does not need to be private)', array('mailto:sysadmin&#x40;group.mageia.org', 'https://identity.mageia.org/', 'https://ml.mageia.org/l/info/sysadmin-discuss'), 'li');
_h('If you want to contact Council or Board for a public discussion, you can start a thread on a mailing-list and add the <a href="%s">Board</a> or <a href="%s">Council</a> alias in CC.', array('mailto:board&#x40;group.mageia.org', 'mailto:council&#x40;group.mageia.org'), 'li');
echo '</ul>';