diff --git a/books/index.php b/books/index.php index c9bfbea..dac2191 100644 --- a/books/index.php +++ b/books/index.php @@ -10,7 +10,7 @@ foreach($files as $file) { if(is_file($dir.'/'.$file) && $file != 'index.php' && $file != 'default.php') { $fileName = pathinfo($file)['filename']; - echo "$fileName
"; + echo "$fileName
"; } } ?> @@ -24,4 +24,4 @@ - \ No newline at end of file +