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/5.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/5.php')
-rw-r--r-- | pages/account/5.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pages/account/5.php b/pages/account/5.php index 515d33f..22b581f 100644 --- a/pages/account/5.php +++ b/pages/account/5.php @@ -106,20 +106,20 @@ <tr> <td class="DataTD" colspan="9"> - <?=_("* 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="5"><input type="submit" name="renew" value="<?=_("Renew")?>">     - <input type="submit" name="revoke" value="<?=_("Revoke/Delete")?>"></td> + <td class="DataTD" colspan="5"><input type="submit" name="renew" value="<?=_("Renew")?>" />     + <input type="submit" name="revoke" value="<?=_("Revoke/Delete")?>" /></td> - <td class="DataTD" colspan="4"><input type="submit" name="change" value="<?=_("Change settings")?>"> </td> + <td class="DataTD" colspan="4"><input type="submit" name="change" value="<?=_("Change settings")?>" /> </td> </tr> <? } ?> </table> -<input type="hidden" name="oldid" value="<?=$id?>"> +<input type="hidden" name="oldid" value="<?=$id?>" /> <input type="hidden" name="csrf" value="<?=make_csrf('clicerchange')?>" /> </form> <p><?=_("From here you can delete pending requests, or revoke valid certificates.")?></p> |