From 7094b36a3711df03fbc0222d9a127415db183f94 Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Fri, 9 May 2025 18:34:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA=E5=BC=80?= =?UTF-8?q?=E5=85=B3=E7=94=A8=E4=BA=8E=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/template/syzoj/problem.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/web/template/syzoj/problem.php b/web/template/syzoj/problem.php index 25f8109..22ee42c 100644 --- a/web/template/syzoj/problem.php +++ b/web/template/syzoj/problem.php @@ -147,7 +147,26 @@ if ($pr_flag) { +
+ + ' . $MSG_ADMIN_ONLY . ' - ' . $MSG_DESCRIPTION . ' ' . $MSG_SOURCE_CODE . ' +
+
+
' . 
+                  htmlspecialchars($row['description'], ENT_QUOTES, 'UTF-8') . 
+                '
+
+ '; + } ?> +