mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 12:18:42 +00:00
draft
This commit is contained in:
parent
664fca166e
commit
d72f178251
@ -134,7 +134,7 @@ class UOJForm {
|
||||
];
|
||||
|
||||
$html = '';
|
||||
$html .= HTML::tag_begin('div', ['class' => $config['div_class']]);
|
||||
$html .= HTML::tag_begin('div', ['class' => $config['div_class'], 'id' => "div-$name"]);
|
||||
$html .= HTML::empty_tag('input', [
|
||||
'class' => $config['input_class'],
|
||||
'type' => 'checkbox',
|
||||
|
Loading…
Reference in New Issue
Block a user