From f31a327cf7a971cc0eccc53e63824fe31ac7d985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B5=A9=E6=96=8C?= Date: Wed, 11 Dec 2024 21:10:18 +0800 Subject: [PATCH] Update problem_edit.php --- trunk/web/admin/problem_edit.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/trunk/web/admin/problem_edit.php b/trunk/web/admin/problem_edit.php index 9abae3017b4..0b4daf99f1d 100644 --- a/trunk/web/admin/problem_edit.php +++ b/trunk/web/admin/problem_edit.php @@ -205,17 +205,17 @@ function sync(){ $description = $_POST['description']; // $description = str_replace("

", "", $description); // $description = str_replace("

", "
", $description); - $description = str_replace(",", ",", $description); + // $description = str_replace(",", ",", $description); $input = $_POST['input']; // $input = str_replace("

", "", $input); // $input = str_replace("

", "
", $input); - $input = str_replace(",", ",", $input); + // $input = str_replace(",", ",", $input); $output = $_POST['output']; // $output = str_replace("

", "", $output); // $output = str_replace("

", "
", $output); - $output = str_replace(",", ",", $output); + // $output = str_replace(",", ",", $output); $sample_input = $_POST['sample_input']; $sample_output = $_POST['sample_output']; @@ -225,7 +225,7 @@ function sync(){ $hint = $_POST['hint']; // $hint = str_replace("

", "", $hint); // $hint = str_replace("

", "
", $hint); - $hint = str_replace(",", ",", $hint); + // $hint = str_replace(",", ",", $hint); $source = $_POST['source']; $remote_oj= $_POST['remote_oj'];