diff options
author | Benny Baumann <BenBE@geshi.org> | 2012-10-31 18:50:11 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2012-10-31 18:50:11 +0100 |
commit | 53b015bf6782b44e7c69f654734813a64da28a0e (patch) | |
tree | 6fa0cb52e5759698b9377a9a74e4fb9c9ad6184a | |
parent | fde104258845f71b6ca36fe899340f9f97ff910e (diff) | |
parent | 43f6bbc5f04d8f1ae832a4652ce75d1b91a14084 (diff) | |
download | cacert-devel-53b015bf6782b44e7c69f654734813a64da28a0e.tar.gz cacert-devel-53b015bf6782b44e7c69f654734813a64da28a0e.tar.xz cacert-devel-53b015bf6782b44e7c69f654734813a64da28a0e.zip |
Merge branch 'bug-1083' into release
-rw-r--r-- | pages/account/33.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/33.php b/pages/account/33.php index 376a8b9..9e2f67a 100644 --- a/pages/account/33.php +++ b/pages/account/33.php @@ -51,7 +51,7 @@ <? } ?> <tr> <td class="DataTD"><?=_("Comments")?>:</td> - <td class="DataTD"><input type="text" name="comments" size=27 maxlength=20 value=""></td> + <td class="DataTD"><textarea name="comments" cols="30" rows="5"></textarea></td> </tr> <tr> <td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Add")?>"></td> |