diff options
Diffstat (limited to 'pages/account/5.php')
-rw-r--r-- | pages/account/5.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/account/5.php b/pages/account/5.php index 7ef8933..ab7a8c9 100644 --- a/pages/account/5.php +++ b/pages/account/5.php @@ -92,10 +92,10 @@ <td class="DataTD"><?=$row['expires']?></td> <td class="DataTD"> <input type="checkbox" name="disablelogin_<?=$row['id']?>" value="1" <?=$row['disablelogin']?"":"checked='checked'"?>/> - <input type="hidden" name="cert_<?=$row['id']?>" value="1"/> + <input type="hidden" name="cert_<?=$row['id']?>" value="1" /> </td> - <td class="DataTD"><input name="comment_<?=$row['id']?>" type="text"><?=htmlspecialchars($row['description'])?></input></td> - <td><input type="checkbox" name="check_comment_<?=$row['id']?>" value="0"/></td> + <td class="DataTD"><input name="comment_<?=$row['id']?>" type="text" value="<?=htmlspecialchars($row['description'])?>" /></td> + <td class="DataTD"><input type="checkbox" name="check_comment_<?=$row['id']?>" /></td> </tr> <? } ?> <tr> |