summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/wot.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/wot.inc.php b/includes/wot.inc.php
index 022bcbd..2bb5553 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?>" <?=$checked?"checked":""?>></td>
<td class="DataTD"><?=$text?></td>
</tr>
<?
@@ -590,7 +590,7 @@ function AssureMethodLine($text,$methods,$remark)
<select name="method">
<?
foreach($methods as $val) { ?>
- <option value="<?=$val?>" <?=$val?></option>
+ <option value="<?=$val?>"> <?=$val?></option>
<? } ?>
</select>