From 58ba729a33b204884d33b0f49d8469bbe5b63f2f Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Mon, 17 Mar 2014 00:47:29 +0100 Subject: fixed browser links added trailing / --- www/browse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/browse.php') diff --git a/www/browse.php b/www/browse.php index 9c37f41..a2a33d6 100644 --- a/www/browse.php +++ b/www/browse.php @@ -24,7 +24,7 @@ function get_icon($file){ } function get_link($file){ - return ''; + return ''; } function get_item($file){ -- cgit v1.2.3