From 823f9d285716bf1787d879206ca4e1f5d80de0ab Mon Sep 17 00:00:00 2001 From: Santiago Forero Date: Thu, 19 Jan 2023 09:07:55 -0500 Subject: [PATCH] fix linking in books list --- books/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +