@@ -145,7 +145,7 @@ function comment_user($type, $edit, &$user) {
break;
case"edit":
// when user tries to edit his own data
returnarray(t('Personal information')=>form_textarea(t("Signature"),"signature",$user->signature,70,3,t("Your signature will be publicly displayed at the end of your comments.")."<br />".filter_tips_short()));
returnarray(t('Personal information')=>form_textarea(t("Signature"),"signature",$user->signature,64,3,t("Your signature will be publicly displayed at the end of your comments.")."<br />".filter_tips_short()));
@@ -145,7 +145,7 @@ function comment_user($type, $edit, &$user) {
break;
case"edit":
// when user tries to edit his own data
returnarray(t('Personal information')=>form_textarea(t("Signature"),"signature",$user->signature,70,3,t("Your signature will be publicly displayed at the end of your comments.")."<br />".filter_tips_short()));
returnarray(t('Personal information')=>form_textarea(t("Signature"),"signature",$user->signature,64,3,t("Your signature will be publicly displayed at the end of your comments.")."<br />".filter_tips_short()));