]> git.mjollnir.org Git - moodle.git/commitdiff
Bug fix for possible XSS situation in Bug 1292
authormoodler <moodler>
Fri, 30 Apr 2004 12:45:55 +0000 (12:45 +0000)
committermoodler <moodler>
Fri, 30 Apr 2004 12:45:55 +0000 (12:45 +0000)
help.php

index 6c9a397b009997755adf08ea6e18a576cbe679da..6312a7e6ffc10b7f436d86c6905a2a28fe42bfc8 100644 (file)
--- a/help.php
+++ b/help.php
@@ -68,7 +68,7 @@
         }
     } else {
         echo "<p>";
-        echo $text;
+        echo clean_text($text);
         echo "</p>";
         $helpfound = true;
     }