From 278a3e13cb77ef70477aadf1e0de1419e4d3728f Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Fri, 6 Dec 2024 16:45:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=ADbbcode=5Fto=5Fhtml=E8=AF=95?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/template/syzoj/problem.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/web/template/syzoj/problem.php b/web/template/syzoj/problem.php index 84d84d5..3273374 100644 --- a/web/template/syzoj/problem.php +++ b/web/template/syzoj/problem.php @@ -121,9 +121,12 @@ if ($pr_flag) { " . + return + // bbcode_to_html( + "" . htmlentities($str, ENT_QUOTES, 'UTF-8') - . ""); + . "" + // ); } ?>