forked from Cavemanon/cavepaintings
fixed html code issue with forum. no more ugly ";gt" stuff
This commit is contained in:
@@ -101,7 +101,7 @@ class ForumTheme extends Themelet
|
|||||||
|
|
||||||
foreach ($posts as $post) {
|
foreach ($posts as $post) {
|
||||||
$current_post++;
|
$current_post++;
|
||||||
$message = $post["message"];
|
$message = mb_convert_encoding($post["message"], "UTF-8", "HTML-ENTITIES");
|
||||||
|
|
||||||
$tfe = new TextFormattingEvent($message);
|
$tfe = new TextFormattingEvent($message);
|
||||||
send_event($tfe);
|
send_event($tfe);
|
||||||
|
Reference in New Issue
Block a user