Don't escape filesize (can contain a '<')

remotes/origin/stable6
kondou 12 years ago
parent b1d0de95a9
commit 063b0a2d17
  1. 2
      apps/files/templates/part.list.php

@ -93,7 +93,7 @@ $totalsize = 0; ?>
} ?>
</span></td>
<td class="filesize">
<?php p(OCP\simple_file_size($totalsize)); ?>
<?php print_unescaped(OCP\simple_file_size($totalsize)); ?>
</td>
<td></td>
</tr>

Loading…
Cancel
Save