diff options
-rwxr-xr-x | includes/bbcode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bbcode.php b/includes/bbcode.php index b116e7a..28247ff 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php | |||
@@ -68,7 +68,7 @@ class BBCode | |||
68 | $this->init(); | 68 | $this->init(); |
69 | } | 69 | } |
70 | 70 | ||
71 | $to_parse = str_replace("\n",'[br]',htmlentities($text)); | 71 | $to_parse = str_replace("\n",'[br]',$text); |
72 | 72 | ||
73 | foreach ($this->bbcodes as $name => $value) | 73 | foreach ($this->bbcodes as $name => $value) |
74 | { | 74 | { |