diff options
Diffstat (limited to 'includes/wot.inc.php')
-rw-r--r-- | includes/wot.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/wot.inc.php b/includes/wot.inc.php index 2bb5553..663eff2 100644 --- a/includes/wot.inc.php +++ b/includes/wot.inc.php @@ -573,7 +573,7 @@ function AssureBoxLine($type,$text,$checked) { ?> <tr> - <td class="DataTD"><input type="checkbox" name="<?=$type?>" <?=$checked?"checked":""?>></td> + <td class="DataTD"><input type="checkbox" name="<?=$type?>" value="1" <?=$checked?"checked":""?>></td> <td class="DataTD"><?=$text?></td> </tr> <? |