diff --git a/help.php b/help.php index 6c9a397b009..6312a7e6ffc 100644 --- a/help.php +++ b/help.php @@ -68,7 +68,7 @@ } } else { echo "

"; - echo $text; + echo clean_text($text); echo "

"; $helpfound = true; }