diff options
Diffstat (limited to 'includes')
| -rwxr-xr-x | includes/parsers.php | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/includes/parsers.php b/includes/parsers.php index b7dd869..86284af 100755 --- a/includes/parsers.php +++ b/includes/parsers.php | |||
| @@ -27,6 +27,7 @@ include('includes/smilies.php'); | |||
| 27 | 27 | ||
| 28 | function parseText($text) | 28 | function parseText($text) |
| 29 | { | 29 | { |
| 30 | $text = htmlspecialchars($text); | ||
| 30 | $text = parseBBCode($text); | 31 | $text = parseBBCode($text); |
| 31 | $text = parseSmilies($text); | 32 | $text = parseSmilies($text); |
| 32 | $text = doAprilFoolsDay($text); | 33 | $text = doAprilFoolsDay($text); |
