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; } ?>