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') . ' ';