diff options
Diffstat (limited to 'en/contact/index.php')
-rw-r--r-- | en/contact/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/en/contact/index.php b/en/contact/index.php index 5199dcbd9..8d2fe57f8 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -36,7 +36,7 @@ $dictionary = read_translation_file($locale, 'contact'); <?php echo '<hr>'; _g('You would like to report an issue', null, 'h2'); _g('Please see <a href="%s" hreflang="en">how to report an issue in our bugs database</a>.', - array('https://wiki.mageia.org/en/How_to_report_a_bug_properly'), 'p');?> + array(_r('https://wiki.mageia.org/en/How_to_report_a_bug_properly')), 'p');?> <hr> </div> @@ -44,7 +44,7 @@ $dictionary = read_translation_file($locale, 'contact'); <?php _g('You have an idea of whom to contact', null, 'h2'); echo '<ul class="hl">'; - _g('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'); + _g('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', _r('https://forums.mageia.org/en/')), 'li'); _g('Use <a href="%s">the dev mailing list</a> for Mageia development discussions', array('https://ml.mageia.org/l/info/dev'), 'li'); _g('Use one of <a href="https://wiki.mageia.org/en/Mailing_lists">the other mailing lists</a> for discussions on other topics', null, 'li'); _g('Contact <a href="%s">the treasurer</a> for donation questions', array('mailto:treasurer@mageia.org'), 'li'); @@ -53,7 +53,7 @@ $dictionary = read_translation_file($locale, 'contact'); echo '</ul>'; _g('In most cases you should avoid sending private emails and use appropriate <a href="%s">public mailing list</a> when possible.', - array('https://wiki.mageia.org/en/Mailing_lists'), 'p' + array(_r('https://wiki.mageia.org/en/Mailing_lists')), 'p' ); echo '<hr>'; _g('You want to join and contribute to Mageia', null, 'h2'); |