diff options
Diffstat (limited to 'pages/account/33.php')
-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> |