From 2750059bea7c8459d628b149ff2b352ae01889cb Mon Sep 17 00:00:00 2001 From: xiaomlove <1939737565@qq.com> Date: Sat, 12 Oct 2024 12:53:48 +0800 Subject: [PATCH] forums add style word-break: break-all --- public/forums.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/forums.php b/public/forums.php index 12ce4ce0c..acddccbee 100644 --- a/public/forums.php +++ b/public/forums.php @@ -765,7 +765,7 @@ function insert_compose_frame($id, $type = 'new') print("\n"); - $body = "
"; + $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()1 && !can_view_post($userid, $arr)){