diff options
author | INOPIAE <inopiae@cacert.org> | 2012-12-12 00:39:32 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2012-12-12 00:39:32 +0100 |
commit | f0da20b3f59011ee6856e360ccb28edebebd5f12 (patch) | |
tree | 95f6886d554168310a1904b7dcda58cb770974a9 /pages/index/11.php | |
parent | 416d776e7243a942b21151cc503ab44830dec6ca (diff) | |
download | cacert-devel-f0da20b3f59011ee6856e360ccb28edebebd5f12.tar.gz cacert-devel-f0da20b3f59011ee6856e360ccb28edebebd5f12.tar.xz cacert-devel-f0da20b3f59011ee6856e360ccb28edebebd5f12.zip |
bug 795:typo fix
Diffstat (limited to 'pages/index/11.php')
-rw-r--r-- | pages/index/11.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index/11.php b/pages/index/11.php index 8a52c10..583cd0b 100644 --- a/pages/index/11.php +++ b/pages/index/11.php @@ -36,7 +36,7 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s <input name="robotest" type="text" id="robotest" class="robotest" /> </p> <table border="0"> - <tr><td width="100"><?=_("Your Name")?>:</td><td colspan="3 width="300"><input type="text" name="who"></td> + <tr><td width="100"><?=_("Your Name")?>:</td><td colspan="3" width="300"><input type="text" name="who"></td> <tr><td width="100"><?=_("Your Email")?>:</td><td colspan="3"><input type="text" name="email"></td> <tr><td width="100"><?=_("Subject")?>:</td><td colspan="3"><input type="text" name="subject"></td></tr> <tr><td width="100" valign="top"><?=_("Message")?>:</td><td colspan="3"><textarea name="message" cols="70" rows="10"></textarea></td></tr> |