aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2020-02-20 22:55:52 +0100
committerfilip <filip.komar@gmail.com>2020-02-20 22:55:52 +0100
commitc9ae8c10a7cbbfbccba95083064c42bb9cb0445e (patch)
treea5197df979df18106380f38cd5dcc80bad6cf8c1 /en
parent981f50d5815a2d596eef0c629c4981729233f4a7 (diff)
downloadwww-c9ae8c10a7cbbfbccba95083064c42bb9cb0445e.tar
www-c9ae8c10a7cbbfbccba95083064c42bb9cb0445e.tar.gz
www-c9ae8c10a7cbbfbccba95083064c42bb9cb0445e.tar.bz2
www-c9ae8c10a7cbbfbccba95083064c42bb9cb0445e.tar.xz
www-c9ae8c10a7cbbfbccba95083064c42bb9cb0445e.zip
fix Bug 25416: A space missing after a coma
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 a6fa5599d..6d5a00e49 100644
--- a/en/about/index.php
+++ b/en/about/index.php
@@ -43,7 +43,7 @@ $dictionary = read_translation_file($locale, array('about', 'common_footer'));
<ul class="hl"><?php
_g('<a href="2010-sept-announcement.html">started in September 2010 as a fork</a> of Mandriva Linux,',null,'li');
echo '<li>',
- _r('gathered <a href="../community/">hundreds of careful individuals and several companies worldwide</a>,'),
+ _r('gathered <a href="../community/">hundreds of careful individuals and several companies worldwide</a>,', ' '),
_r('who coproduce the infrastructure, the distribution itself, <a href="https://wiki.mageia.org/">documentation</a>, <a href="../downloads/">delivery</a> and <a href="../support/">support</a>, using Free Software tools;');
echo '</li>';
_g('released seven major stable releases <a href="../1/">in June 2011</a>, <a href="../2/">in May 2012</a>, <a href="../3/">in May 2013</a>, <a href="../4/">in February 2014</a>, <a href="../5/">in June 2015</a>, <a href="../6/">in July 2017</a> and <a href="../7/">in June 2019</a>',null,'li');