From: Jan-Christoph Borchardt Date: Wed, 20 Jul 2011 14:06:58 +0000 (+0200) Subject: fixed file size color calculation X-Git-Tag: v3.0~267^2~394 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f40a1c8cb8c2782569ba646b39a27675d145de25;p=nextcloud-server.git fixed file size color calculation --- diff --git a/files/templates/part.list.php b/files/templates/part.list.php index 14a359fe668..d717f288851 100644 --- a/files/templates/part.list.php +++ b/files/templates/part.list.php @@ -1,6 +1,6 @@ + $simple_size_color = 200-intval(pow(($file['size']/(1024*1024)),2)); ?>