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 | |
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')
-rw-r--r-- | pages/gpg/0.php | 10 | ||||
-rw-r--r-- | pages/gpg/2.php | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/pages/gpg/0.php b/pages/gpg/0.php index 319c2f9..7c7a37b 100644 --- a/pages/gpg/0.php +++ b/pages/gpg/0.php @@ -19,9 +19,9 @@ ?> <p><?=_("Paste your own public OpenPGP key below. It should not contain a picture. CAcert will sign your key after submission.")?></p> <form method="post" action="gpg.php"> -<p> <?=_("Optional comment, only used in the certifictate overview")?><br> - <input type="text" name="description" maxlength="80" size=80></p> -<textarea name="CSR" cols="80" rows="15"><?=array_key_exists('CSR',$_POST)?strip_tags($_POST['CSR']):""?></textarea><br> -<input type="submit" name="process" value="<?=_("Submit")?>"> -<input type="hidden" name="oldid" value="<?=$id?>"> +<p><?=_("Optional comment, only used in the certifictate overview")?><br /> + <input type="text" name="description" maxlength="80" size=80 /></p> +<textarea name="CSR" cols="80" rows="15"><?=array_key_exists('CSR',$_POST)?strip_tags($_POST['CSR']):""?></textarea><br /> +<input type="submit" name="process" value="<?=_("Submit")?>" /> +<input type="hidden" name="oldid" value="<?=$id?>" /> </form> 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> |