mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
add space between file size and MB
This commit is contained in:
parent
9000034121
commit
734554b3cd
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue