diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-11-23 23:44:12 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-11-23 23:44:12 +0000 |
commit | fea06b2736903648cc30d925a35effc328b4667d (patch) | |
tree | c45ef97ed10bbacde5fa50b6debb1fea935a2ffe | |
parent | ebddc4d6081635e2f83d59950c377831c60fa0b3 (diff) | |
download | www-fea06b2736903648cc30d925a35effc328b4667d.tar www-fea06b2736903648cc30d925a35effc328b4667d.tar.gz www-fea06b2736903648cc30d925a35effc328b4667d.tar.bz2 www-fea06b2736903648cc30d925a35effc328b4667d.tar.xz www-fea06b2736903648cc30d925a35effc328b4667d.zip |
highlight checksums
-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 11a76426d..886c066ee 100644 --- a/en/downloads/get/index.php +++ b/en/downloads/get/index.php @@ -150,9 +150,9 @@ $_t['page_title'] = sprintf($_t['page_title'], '<em class="tag">' . $title . '</ <p><?php echo $_t['signs_check_1']; ?></p> <div id="check-signs"> <pre class="term"> -<?php if (isset($product['md5'])): ?>$ md5sum <?php echo basename($download), "\n", $product['md5'], "\n"; endif; ?> +<?php if (isset($product['md5'])): ?>$ md5sum <?php echo basename($download), "\n<strong>", $product['md5'], "</strong>\n"; endif; ?> -<?php if (isset($product['sha1'])): ?>$ sha1sum <?php echo basename($download), "\n", $product['sha1'], "\n"; endif; ?> +<?php if (isset($product['sha1'])): ?>$ sha1sum <?php echo basename($download), "\n<strong>", $product['sha1'], "</strong>\n"; endif; ?> </pre> <p><?php echo $_t['signs_check_2']; ?></p> </div> |