add space between file size and MB

This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2018-03-13 21:35:39 +01:00 committed by Thomas Zarebczan
parent 9000034121
commit 734554b3cd

View file

@ -34,7 +34,7 @@
<br/>
<span class="meta">
<?php echo $version ?>,
<?php echo number_format($size, 1) ?>MB,
<?php echo number_format($size, 1) ?> MB,
built on <?php echo date('F d', $releaseTimestamp) ?>
at <?php echo date('H:i:s', $releaseTimestamp) ?>
</span>