summary refs log tree commit diff stats
path: root/includes/parsers.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/parsers.php')
-rwxr-xr-xincludes/parsers.php1
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
28function parseText($text) 28function 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);