mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 12:58:40 +00:00
fix: style
This commit is contained in:
parent
1b26049ee0
commit
db75573e1f
@ -14,7 +14,7 @@
|
|||||||
if (!validateUsername($username) || !($user = queryUser($username))) {
|
if (!validateUsername($username) || !($user = queryUser($username))) {
|
||||||
become404Page();
|
become404Page();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php echoUOJPageHeader(UOJLocale::get('contests::contest self reviews')) ?>
|
<?php echoUOJPageHeader(UOJLocale::get('contests::contest self reviews')) ?>
|
||||||
|
|
||||||
@ -87,6 +87,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
echoLongTable($col_names, $from, $cond, $tail, $header_row, $print_row, $config);
|
echoLongTable($col_names, $from, $cond, $tail, $header_row, $print_row, $config);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php echoUOJPageFooter() ?>
|
<?php echoUOJPageFooter() ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user