From ecacad4146e9061c230d4a8475ebbdb0e1f417d8 Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Fri, 6 Dec 2024 16:48:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/template/syzoj/problem.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/template/syzoj/problem.php b/web/template/syzoj/problem.php index 89bb7c7..214e857 100644 --- a/web/template/syzoj/problem.php +++ b/web/template/syzoj/problem.php @@ -122,11 +122,11 @@ if ($pr_flag) { function trans_md($str) { return - // bbcode_to_html( "" . - htmlentities($str, ENT_QUOTES, 'UTF-8') + bbcode_to_html( + htmlentities($str, ENT_QUOTES, 'UTF-8') + ) . "" - // ) ; } ?>