diff --git a/web/status.php b/web/status.php index 09ac876..bf0581e 100644 --- a/web/status.php +++ b/web/status.php @@ -93,8 +93,8 @@ function build_status_admin_actions($solution_id, $postkey, $return_url, $can_de $delete_text = htmlspecialchars($delete_text, ENT_QUOTES, 'UTF-8'); $rejudge_confirm = htmlspecialchars("确认重判提交 #".$solution_id." 吗?", ENT_QUOTES, 'UTF-8'); $delete_confirm = htmlspecialchars("确认删除提交 #".$solution_id." 吗?此操作不可恢复。", ENT_QUOTES, 'UTF-8'); - $html = "
"; - $html .= "
"; + $html = "
"; + $html .= ""; $html .= ""; $html .= ""; $html .= ""; @@ -102,7 +102,7 @@ function build_status_admin_actions($solution_id, $postkey, $return_url, $can_de $html .= ""; $html .= ""; if ($can_delete) { - $html .= "
"; + $html .= ""; $html .= ""; $html .= ""; $html .= ""; @@ -111,7 +111,7 @@ function build_status_admin_actions($solution_id, $postkey, $return_url, $can_de $html .= "
"; } else { - $html .= "".$delete_text.""; + $html .= "".$delete_text.""; } $html .= "
"; return $html;