From 13d2c5e926e71a1ef2ef0bce96eb5a6f627cf88f Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Wed, 2 Nov 2011 20:26:17 +0100 Subject: Fix bug with spaces in file names. --- files/templates/part.list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/templates/part.list.php') diff --git a/files/templates/part.list.php b/files/templates/part.list.php index b0ef73c4062..46830ba3a37 100644 --- a/files/templates/part.list.php +++ b/files/templates/part.list.php @@ -5,7 +5,7 @@ $relative_modified_date = relative_modified_date($file['mtime']); $relative_date_color = round((time()-$file['mtime'])/60/60/24*14); // the older the file, the brighter the shade of grey; days*14 if($relative_date_color>200) $relative_date_color = 200; ?> - '> + '> -- cgit v1.2.3