mirror of
https://github.com/nextcloud/server.git
synced 2026-02-25 02:44:57 -05:00
[files] Unescape file size
This commit is contained in:
parent
221ecf63ab
commit
c9415e6529
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
<td class="filesize"
|
||||
title="<?php p(OCP\human_file_size($file['size'])); ?>"
|
||||
style="color:rgb(<?php p($simple_size_color.','.$simple_size_color.','.$simple_size_color) ?>)">
|
||||
<?php p($simple_file_size); ?>
|
||||
<?php print_unescaped($simple_file_size); ?>
|
||||
</td>
|
||||
<td class="date">
|
||||
<span class="modified"
|
||||
|
|
|
|||
Loading…
Reference in a new issue