From 7f35822090da521578099c978336d3c8a58817a2 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 13 Feb 2024 23:05:54 +0100 Subject: [PATCH] fixed links --- index.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index 03c26b4..54405dd 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,7 @@ -
View list New note | bbn
+
View list New note | bbn

+ echo '
@@ -80,7 +79,7 @@ while (($file = readdir($dh)) !== false) { if (str_ends_with($file, '.md')) { - echo '
' . $file .'
'; + echo '
' . $file .'
'; } } closedir($dh);