diff options
author | filip <filip.komar@gmail.com> | 2020-05-03 17:05:36 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2020-05-03 17:13:45 +0200 |
commit | 389acbeeccc4960129f0765f9d73cd01dc6259f9 (patch) | |
tree | b14c81fcfedebcc61182636e6ce9c9b726e7fd31 /en | |
parent | 06dfa89dac838919a8326ce78b78827c11166135 (diff) | |
download | www-389acbeeccc4960129f0765f9d73cd01dc6259f9.tar www-389acbeeccc4960129f0765f9d73cd01dc6259f9.tar.gz www-389acbeeccc4960129f0765f9d73cd01dc6259f9.tar.bz2 www-389acbeeccc4960129f0765f9d73cd01dc6259f9.tar.xz www-389acbeeccc4960129f0765f9d73cd01dc6259f9.zip |
fix bug 24946
Diffstat (limited to 'en')
-rw-r--r-- | en/contact/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/contact/index.php b/en/contact/index.php index e46a630ed..b133d70ce 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -30,8 +30,8 @@ $dictionary = read_translation_file($locale, array('contact', 'common_footer')); <ul><li><?php _g('The <a href="%s">forum</a>', array('https://forums.mageia.org/'))?></li> <li><?php _g('User <a href="%s">mailing list</a>', array('https://ml.mageia.org/l/info/discuss'))?></li> <li><?php _g('<a href="%s">IRC</a> channel', array('irc://irc.freenode.net/#mageia'))?></li> - <li><?php _g('The <a href="%s">Google Plus</a> community', array('//plus.google.com/communities/112789769804302351557'))?></li> </ul> + <?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>.', |