From 063b0a2d174b5c103ec35b2cd88458fe8f54f332 Mon Sep 17 00:00:00 2001 From: kondou Date: Tue, 2 Jul 2013 13:09:07 +0200 Subject: [PATCH] Don't escape filesize (can contain a '<') --- apps/files/templates/part.list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; ?> } ?> - + -- 2.39.5