Skip to content

Commit

Permalink
Bug fix for possible XSS situation in Bug 1292
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Apr 30, 2004
1 parent 2c0d657 commit 4bd22e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
}
} else {
echo "<p>";
echo $text;
echo clean_text($text);
echo "</p>";
$helpfound = true;
}
Expand Down

0 comments on commit 4bd22e0

Please sign in to comment.