Bug fix for possible XSS situation in Bug 1292

This commit is contained in:
moodler
2004-04-30 12:45:55 +00:00
parent 2c0d657437
commit 4bd22e0f4e
+1 -1
View File
@@ -68,7 +68,7 @@
}
} else {
echo "<p>";
echo $text;
echo clean_text($text);
echo "</p>";
$helpfound = true;
}