diff options
author | Bernhard Froehlich <ted@convey.de> | 2011-08-27 23:34:31 +0200 |
---|---|---|
committer | Bernhard Froehlich <ted@convey.de> | 2011-08-27 23:34:31 +0200 |
commit | e4b2004eac4c42fecfaea6397a735bd4e0919072 (patch) | |
tree | 834db28e2967f21448c8d7a668a7c24f305f1b08 /pages | |
parent | b4aef836f14cc472d70afe38abaf738e504c9921 (diff) | |
download | cacert-devel-e4b2004eac4c42fecfaea6397a735bd4e0919072.tar.gz cacert-devel-e4b2004eac4c42fecfaea6397a735bd4e0919072.tar.xz cacert-devel-e4b2004eac4c42fecfaea6397a735bd4e0919072.zip |
Typo fix
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index/1.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index/1.php b/pages/index/1.php index 9830b8c..c3c16f8 100644 --- a/pages/index/1.php +++ b/pages/index/1.php @@ -84,7 +84,7 @@ <tr> <td class="DataTD"><?=_("Email Address")?>: </td> - <td class="DataTD"><input type="text" name="email" value="<?=array_key_exists('email',$_REQUEST)?sanitizeHTML($_REQUEST['email']):""?>" autocomplete="off"></td/> + <td class="DataTD"><input type="text" name="email" value="<?=array_key_exists('email',$_REQUEST)?sanitizeHTML($_REQUEST['email']):""?>" autocomplete="off"></td> <td class="DataTD"><?=_("I own or am authorised to control this email address")?></td> </tr> |