forked from Wavyzz/dolibarr
Work on task #10579 : Simplify code using editor
This commit is contained in:
@@ -109,7 +109,7 @@ class DolEditor
|
||||
{
|
||||
$this->content = $content;
|
||||
$this->htmlname = $htmlname;
|
||||
$this->rows=max(4,$rows);
|
||||
$this->rows=max(ROWS_3,$rows);
|
||||
$this->cols=max(40,$cols);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user