diff options
-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; ?> |