From 5b3af56bd843313565c2c7e158c98d21bb387fbd Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Mon, 30 Jul 2012 07:50:47 +0100 Subject: [PATCH] Remove new line after span To keep DOM structure simple and tie in with JS manipulations --- files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files.php b/files.php index 66bf5e0..b2a2523 100644 --- a/files.php +++ b/files.php @@ -126,7 +126,7 @@ for ($i=0;$i        ".basename($fileFolderName)." ".$fileAtts."\n"; } else { if ($type == "file") {$fileAtts = "";} - echo "
  •         [HIDDEN] ".$fileAtts."\n"; + echo "
  •         [HIDDEN] ".$fileAtts.""; } if ($i\n";} $lastPath = $fileFolderName;