From 712c9fbe574f9473ebaaa1498685818c641706ab Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Sat, 10 May 2025 16:25:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=94=B9=E5=9B=9Ehtml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/template/syzoj/problem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/syzoj/problem.php b/web/template/syzoj/problem.php index c80ade3..6d1a1ae 100644 --- a/web/template/syzoj/problem.php +++ b/web/template/syzoj/problem.php @@ -523,7 +523,7 @@ if ($pr_flag) { }) markdown_content = md.render($(this).html()); - $(this).append(markdown_content) + $(this).html(markdown_content) }); // adding note for ```input1 ```output1 in description for (let i = 1; i < 10; i++) {