From fea3ec456d7826fde45effb57a64a59ada2c6b0b Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Sat, 7 Dec 2024 17:46:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E4=B9=9F=E4=BC=9A=E9=87=8D=E6=96=B0=E8=BD=AC=E4=BC=9Ahtml?= =?UTF-8?q?=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/template/syzoj/problem.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/template/syzoj/problem.php b/web/template/syzoj/problem.php index e430e15..4ac54b4 100644 --- a/web/template/syzoj/problem.php +++ b/web/template/syzoj/problem.php @@ -128,6 +128,7 @@ if ($pr_flag) { strpos($s, "class=\"md") === false ) // 没找到,那就加上 $s = "" . $s . ""; + $s = html_entity_decode($str, ENT_QUOTES, 'UTF-8'); return $s; } ?>