summaryrefslogtreecommitdiff
path: root/pages/account/5.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/account/5.php')
-rw-r--r--pages/account/5.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/5.php b/pages/account/5.php
index 9607850..b6117c1 100644
--- a/pages/account/5.php
+++ b/pages/account/5.php
@@ -91,7 +91,7 @@
<td class="DataTD"><?=$row['revoke']?></td>
<td class="DataTD"><?=$row['expires']?></td>
<td class="DataTD">
- <input type="checkbox" name="disablelogin_<?=$row['id']?>" value="1" <?=$row['disablelogin']?"":"checked='checked'"?>/>
+ <input type="checkbox" name="disablelogin_<?=$row['id']?>" value="1" <?=$row['disablelogin']?"":'checked="checked"'?>/>
<input type="hidden" name="cert_<?=$row['id']?>" value="1" />
</td>
<td class="DataTD"><input name="comment_<?=$row['id']?>" type="text" value="<?=htmlspecialchars($row['description'])?>" /></td>