aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2019-06-08 23:29:25 +0200
committerfilip <filip.komar@gmail.com>2019-06-08 23:29:25 +0200
commitdc30015c7d2469fa1485edadd8fd36cf0f3406ba (patch)
treebdf3dc05e1b07db88cc72fefca36e699497f083b /en
parent7efc72c51d7a33b2d121669f74c346634063df64 (diff)
downloadwww-dc30015c7d2469fa1485edadd8fd36cf0f3406ba.tar
www-dc30015c7d2469fa1485edadd8fd36cf0f3406ba.tar.gz
www-dc30015c7d2469fa1485edadd8fd36cf0f3406ba.tar.bz2
www-dc30015c7d2469fa1485edadd8fd36cf0f3406ba.tar.xz
www-dc30015c7d2469fa1485edadd8fd36cf0f3406ba.zip
add missing space as reported by Kevin Killworth
Diffstat (limited to 'en')
-rw-r--r--en/about/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/about/index.php b/en/about/index.php
index d4eb15a38..994392c0d 100644
--- a/en/about/index.php
+++ b/en/about/index.php
@@ -32,7 +32,7 @@ $dictionary = read_translation_file($locale, array('about', 'common_footer'));
<div class="yui-g"><div class="para" style="padding-top: 2em;">
<img src="/g/media/logo/mageia-2013.svg" id="abtlg" alt="Mageia">
<p><?php
- _g('Mageia is a GNU/Linux-based, Free Software operating system.');
+ _g('Mageia is a GNU/Linux-based, Free Software operating system.', null, ' ');
_g('It is a <a href="../community/">community project</a>, supported by <a href="#mageia.org">a nonprofit organisation</a> of elected contributors.');
?></p>
<?php