summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files/templates/part.list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/part.list.php b/apps/files/templates/part.list.php
index 05fbb892509..502ddd329b1 100644
--- a/apps/files/templates/part.list.php
+++ b/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>