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/gpg/2.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/gpg/2.php')
-rw-r--r-- | pages/gpg/2.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/gpg/2.php b/pages/gpg/2.php index 1773dfa..087b5fe 100644 --- a/pages/gpg/2.php +++ b/pages/gpg/2.php @@ -69,12 +69,12 @@ <? } ?> <tr> <td class="DataTD" colspan="6"> - <?=_("* 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="change" value="<?=_("Change settings")?>"> </td> + <td class="DataTD" colspan="6"><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?>" /> </form> |