From: moodler Date: Fri, 30 Apr 2004 12:45:55 +0000 (+0000) Subject: Bug fix for possible XSS situation in Bug 1292 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4bd22e0f4ec7e6059d299596e96d909939fe2a84;p=moodle.git Bug fix for possible XSS situation in Bug 1292 --- diff --git a/help.php b/help.php index 6c9a397b00..6312a7e6ff 100644 --- a/help.php +++ b/help.php @@ -68,7 +68,7 @@ } } else { echo "

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

"; $helpfound = true; }