summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2012-10-31 18:50:11 +0100
committerBenny Baumann <BenBE@geshi.org>2012-10-31 18:50:11 +0100
commit53b015bf6782b44e7c69f654734813a64da28a0e (patch)
tree6fa0cb52e5759698b9377a9a74e4fb9c9ad6184a
parentfde104258845f71b6ca36fe899340f9f97ff910e (diff)
parent43f6bbc5f04d8f1ae832a4652ce75d1b91a14084 (diff)
downloadcacert-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.php2
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>