From 48824e6fc78c33395e640720962f10e7349696e5 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Fri, 24 Feb 2023 15:38:45 +0800 Subject: [PATCH] fix(list): remote problem --- web/app/controllers/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/controllers/list.php b/web/app/controllers/list.php index 8846bfb..d83e1d9 100644 --- a/web/app/controllers/list.php +++ b/web/app/controllers/list.php @@ -19,7 +19,7 @@ function getProblemTR($info) { $html .= ' ' . UOJLocale::get('problems::my problem') . ' '; } if ($info['type'] == 'remote') { - HTML::tag('a', ['class' => 'badge text-bg-success align-middle', 'href' => '/problems/remote'], '远端评测题'); + $html .= ' ' . HTML::tag('a', ['class' => 'badge text-bg-success align-middle', 'href' => '/problems/remote'], '远端评测题'); } if ($info['is_hidden']) { $html .= ' ' . UOJLocale::get('hidden') . ' ';