diff options
author | INOPIAE <inopiae@cacert.org> | 2013-05-15 00:20:08 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-05-15 00:20:08 +0200 |
commit | 882428da0227c7f537e54ef85632e77a7824499c (patch) | |
tree | 440f54013befd34e5731c7338565949956735b21 /pages/account/12.php | |
parent | 71d6d063bc6633d67133ccb53f67d5d27f9f5b99 (diff) | |
download | cacert-devel-882428da0227c7f537e54ef85632e77a7824499c.tar.gz cacert-devel-882428da0227c7f537e54ef85632e77a7824499c.tar.xz cacert-devel-882428da0227c7f537e54ef85632e77a7824499c.zip |
bug 782: added format for XHTML, typo fixing
Diffstat (limited to 'pages/account/12.php')
-rw-r--r-- | pages/account/12.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pages/account/12.php b/pages/account/12.php index 44c5739..ffd4ae8 100644 --- a/pages/account/12.php +++ b/pages/account/12.php @@ -69,9 +69,9 @@ ?> <tr> <? if($verified != _("Pending") && $verified != _("Revoked")) { ?> - <td class="DataTD"><input type="checkbox" name="revokeid[]" value="<?=$row['id']?>"></td> + <td class="DataTD"><input type="checkbox" name="revokeid[]" value="<?=$row['id']?>"/></td> <? } else if($verified != _("Revoked")) { ?> - <td class="DataTD"><input type="checkbox" name="delid[]" value="<?=$row['id']?>"></td> + <td class="DataTD"><input type="checkbox" name="delid[]" value="<?=$row['id']?>"/></td> <? } else { ?> <td class="DataTD"> </td> <? } ?> @@ -86,17 +86,17 @@ <? } ?> <tr> <td class="DataTD" colspan="8"> - <?=_("* Comment is NOT included in the certificate as it is inteded for your personal reference only. To change the comment go to the certificate view with hitting email address.")?> + <?=_("* Comment is NOT included in the certificate as it is intended for your personal reference only. To change the comment go to the certificate view with hitting email address.")?> </td> </tr> <tr> - <td class="DataTD" colspan="6"><input type="submit" name="renew" value="<?=_("Renew")?>">     + <td class="DataTD" colspan="6"><input type="submit" name="renew" value="<?=_("Renew")?>"/>     <input type="submit" name="revoke" value="<?=_("Revoke/Delete")?>"></td> - <td class="DataTD" colspan="2"><input type="submit" name="change" value="<?=_("Change settings")?>"> </td> + <td class="DataTD" colspan="2"><input type="submit" name="change" value="<?=_("Change settings")?>"/> </td> </tr> <? } ?> </table> -<input type="hidden" name="oldid" value="<?=$id?>"> -<input type="hidden" name="csrf" value="<?=make_csrf('srvcerchange')?>" /> +<input type="hidden" name="oldid" value="<?=$id?>"/> +<input type="hidden" name="csrf" value="<?=make_csrf('srvcerchange')?>"/> </form> <p><?=_("From here you can delete pending requests, or revoke valid certificates.")?></p> |