diff --git a/index.php b/index.php
index 8f0d12d..002308e 100644
--- a/index.php
+++ b/index.php
@@ -56,7 +56,7 @@
echo '
' . $name .'';
if ($filter && str_contains(cleanstring($content), cleanstring($filter)))
{
- $pos = strpos(cleanstring($content), cleanstring($$filter));
+ $pos = strpos(cleanstring($content), cleanstring($filter));
echo '
' . $filter . substr($content, $pos + strlen($filter), 42) . '';
}
echo'
';
@@ -64,4 +64,4 @@
?>