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