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);