From aa3a99bd0b4d4728e6da9ac031fb7fd8be697f50 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 15 Oct 2024 17:14:07 +0200 Subject: [PATCH] Add access keys to 10 first notes --- index.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index d8a512b..3b9aaf2 100644 --- a/index.php +++ b/index.php @@ -66,6 +66,7 @@
' . $name .''; + echo '
' . $name .''; if ($filter && str_contains(cleanstring($content), cleanstring($filter))) { $pos = strpos(cleanstring($content), cleanstring($filter));