mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 18:30:53 +02:00
Reduced cols in comment textarea to allow css to determine the size better.
This commit is contained in:
@@ -260,7 +260,7 @@ class comment_shortcodes extends e_shortcode
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return e107::getForm()->textarea('comment',$this->var['comval'], 3, 80,$options);
|
return e107::getForm()->textarea('comment',$this->var['comval'], 3, 50,$options);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user