forked from science-ation/science-ation
Fix rowspan on judge special awards page
This commit is contained in:
parent
d6ac7e36f5
commit
f2d526deb8
@ -132,7 +132,7 @@ if($_SESSION['embed'] != true) {
|
|||||||
while($r=mysql_fetch_object($q))
|
while($r=mysql_fetch_object($q))
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
<tr><td rowspan=\"2\">
|
<tr><td rowspan="2">
|
||||||
<? $ch = (in_array($r->id,$spawards)) ? "checked=\"checked\"" : ""; ?>
|
<? $ch = (in_array($r->id,$spawards)) ? "checked=\"checked\"" : ""; ?>
|
||||||
<input onclick="checkboxclicked(this)" <?=$ch?> type="checkbox" name="spaward[]" value="<?=$r->id?>" />
|
<input onclick="checkboxclicked(this)" <?=$ch?> type="checkbox" name="spaward[]" value="<?=$r->id?>" />
|
||||||
</td><td>
|
</td><td>
|
||||||
|
Loading…
Reference in New Issue
Block a user