diff options
author | filip <filip.komar@gmail.com> | 2019-06-30 01:25:07 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2019-06-30 01:25:07 +0200 |
commit | 9def03cebdb1426b8920c478c98649986980dc5f (patch) | |
tree | 658f026c145611e682aa0fdd711eff48a9d554dc /en/downloads/get | |
parent | b1828a25461c3a2b3e84e4bcc87956b12a58f29c (diff) | |
download | www-9def03cebdb1426b8920c478c98649986980dc5f.tar www-9def03cebdb1426b8920c478c98649986980dc5f.tar.gz www-9def03cebdb1426b8920c478c98649986980dc5f.tar.bz2 www-9def03cebdb1426b8920c478c98649986980dc5f.tar.xz www-9def03cebdb1426b8920c478c98649986980dc5f.zip |
add missing space
Diffstat (limited to 'en/downloads/get')
-rw-r--r-- | en/downloads/get/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php index 2563643cf..cd067816c 100644 --- a/en/downloads/get/index.php +++ b/en/downloads/get/index.php @@ -197,7 +197,7 @@ if (!$download) { header('Cache-Control: s-maxage=0, max-age=0, must-revalidate, no-cache'); $title = $product['name']; } - +var_dump($product); if(!isset($product['magnet'])) { $product['magnet'] = null; } @@ -341,7 +341,7 @@ gpg: There is no indication that the signature belongs to the owner. <li><?php _g('or a <a href="https://bugs.mageia.org/enter_bug.cgi?product=Websites&format=guided&component=www.mageia.org">bug report</a>.'); ?></li> </ul> - <p><?php _g('Please copy and report us the above address that returned you to this page.'); _g('Thanks!'); ?></p> + <p><?php _g('Please copy and report us the above address that returned you to this page.', null, ' '); _g('Thanks!'); ?></p> <p><a href="/<?php echo $locale; ?>">« <?php _g('back to that awesome Mageia home page'); ?></a></p> </div></div> <?php endif; ?> |