From 9520ed24a66c9cbf4cf0295dcf2122fdee9f7875 Mon Sep 17 00:00:00 2001
From: Baoshuo
Date: Thu, 29 Sep 2022 10:34:43 +0800
Subject: [PATCH] fix: 2eb02d776ddd0ce8f4ad7df434f824666688e237
---
web/app/controllers/problem_list.php | 2 +-
web/app/controllers/problem_set.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/app/controllers/problem_list.php b/web/app/controllers/problem_list.php
index 9a1fd54..20e0d33 100644
--- a/web/app/controllers/problem_list.php
+++ b/web/app/controllers/problem_list.php
@@ -97,7 +97,7 @@ EOD;
if (isset($_COOKIE['show_difficulty'])) {
$header .= '
'.UOJLocale::get('problems::difficulty').' | ';
}
- $header .= ''.UOJLocale::get('appraisal').' | ';
+ $header .= ''.UOJLocale::get('appraisal').' | ';
$header .= '';
$pag_config = array('page_len' => 40);
diff --git a/web/app/controllers/problem_set.php b/web/app/controllers/problem_set.php
index e38a7ff..ae4174f 100644
--- a/web/app/controllers/problem_set.php
+++ b/web/app/controllers/problem_set.php
@@ -140,7 +140,7 @@ EOD;
if (isset($_COOKIE['show_difficulty'])) {
$header .= ''.UOJLocale::get('problems::difficulty').' | ';
}
- $header .= ''.UOJLocale::get('appraisal').' | ';
+ $header .= ''.UOJLocale::get('appraisal').' | ';
$header .= '';
$tabs_info = array(