From 6032f63dc83e62557201bd2c3c4bec77f4ba19f7 Mon Sep 17 00:00:00 2001 From: Pavol Zibrita Date: Mon, 21 May 2012 10:27:48 +0200 Subject: [PATCH] fix download link --- config/site/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/site/list.php b/config/site/list.php index 33381c9764..429bafbc7e 100644 --- a/config/site/list.php +++ b/config/site/list.php @@ -159,7 +159,7 @@ $d = $d*-1; "Size". "Description"; foreach ($a as $item) { - echo "file\">".$item->file."". + echo "file\">".$item->file."". "".$item->date. "".$item->size. "".$item->description.