diff --git a/apps/files/templates/part.list.php b/apps/files/templates/part.list.php
index 86c2cc70766bff0371cbfe18bec0523fd8e0dc4d..cdd157b27e463e8096d6a154b8722b90290026f8 100644
--- a/apps/files/templates/part.list.php
+++ b/apps/files/templates/part.list.php
@@ -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"