Work on filemanager module

This commit is contained in:
Laurent Destailleur 2010-09-01 17:58:34 +00:00
parent e389618ddb
commit 889226b499

View File

@ -130,7 +130,7 @@ class DolEditor
if ($this->tool == 'textarea')
{
$found=1;
print '<textarea name="'.$this->htmlname.'" rows="'.$this->rows.'" cols="'.$this->cols.'" class="flat">';
print '<textarea id="'.$this->htmlname.'" name="'.$this->htmlname.'" rows="'.$this->rows.'" cols="'.$this->cols.'" class="flat">';
print $this->content;
print '</textarea>';
}