diff --git a/public/forums.php b/public/forums.php index 2feee4a8..9eaa2578 100644 --- a/public/forums.php +++ b/public/forums.php @@ -751,7 +751,8 @@ if ($action == "viewtopic") print("\n"); print("\n"); - + + $body = "
"; //hidden content applied to second or higher floor post (for whose user class below Ad , not poster , not mods ,not reply's author) if ($protected_enabled && $pn+$offset>1 && get_user_class()"; - $bodyContent = format_comment($arr["body"]); if ($highlight){ $bodyContent = highlight($highlight,$body); }