From 4e0a983b6c31570ce6cf4e5f9ed6ec356a6acd61 Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Fri, 6 Dec 2024 16:55:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=86=8D=E8=87=AA=E5=8A=A8=E8=BD=ACht?= =?UTF-8?q?ml=E5=AE=9E=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/template/syzoj/problem.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/template/syzoj/problem.php b/web/template/syzoj/problem.php index 214e857..4ea35a3 100644 --- a/web/template/syzoj/problem.php +++ b/web/template/syzoj/problem.php @@ -124,7 +124,9 @@ if ($pr_flag) { return "" . bbcode_to_html( - htmlentities($str, ENT_QUOTES, 'UTF-8') + // htmlentities( + $str + // , ENT_QUOTES, 'UTF-8') ) . "" ;