From 77f2ae513594f6ea8f10c24425d7ddc7266da47c Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Wed, 15 Sep 2010 18:40:24 +0300 Subject: Apply the archives fix to universe too, small fix in the path so the archive files are actually shown. Patch by my brother --- archives/planet/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archives/planet') diff --git a/archives/planet/index.php b/archives/planet/index.php index a0e7d38..b3c190b 100644 --- a/archives/planet/index.php +++ b/archives/planet/index.php @@ -65,7 +65,7 @@ $cscan = scandir('./' . $curdir, 1); foreach($cscan as $filename) { if ( $filename == "." || $filename == ".." ) continue; - echo "
  • $filename
  • \n"; + echo "
  • $filename
  • \n"; } } echo ""; -- cgit v1.2.3-65-gdbad