diff --git a/web/app/controllers/problem.php b/web/app/controllers/problem.php
index 4153930..fbbe363 100644
--- a/web/app/controllers/problem.php
+++ b/web/app/controllers/problem.php
@@ -458,7 +458,7 @@ if (UOJContest::cur()) {
= UOJLocale::get('problems::uploader') ?>
-
+
= UOJProblem::cur()->getUploaderLink() ?>
@@ -466,7 +466,7 @@ if (UOJContest::cur()) {
= UOJLocale::get('problems::problem source') ?>
-
+
= UOJProblem::cur()->getProviderLink() ?>
@@ -475,7 +475,7 @@ if (UOJContest::cur()) {
= UOJLocale::get('problems::difficulty') ?>
-
+
= UOJProblem::cur()->getDifficultyHTML() ?>
@@ -484,9 +484,9 @@ if (UOJContest::cur()) {
= UOJLocale::get('problems::historical score') ?>
- UOJProblem::info('id'), "submitter" => Auth::id()]]) ?>
-
+ UOJProblem::info('id'), "submitter" => Auth::id()]]) ?>
+
= is_null($his_score) ? '无' : UOJSubmission::roundedScore($his_score) ?>
@@ -495,7 +495,7 @@ if (UOJContest::cur()) {
= UOJLocale::get('problems::tags') ?>
-
+
@@ -518,7 +518,7 @@ if (UOJContest::cur()) {
= UOJLocale::get('appraisal') ?>
-
+
= UOJProblem::cur()->getZanBlock() ?>