diff --git a/htdocs/core/class/doleditor.class.php b/htdocs/core/class/doleditor.class.php index 38c03a7330d..e67fe9ee224 100644 --- a/htdocs/core/class/doleditor.class.php +++ b/htdocs/core/class/doleditor.class.php @@ -121,7 +121,7 @@ class DolEditor $this->editor->Config['SkinPath'] = DOL_URL_ROOT.'/theme/'.$conf->theme.'/fckeditor/'; } } -var_dump($content);exit; + // Define some properties if (in_array($this->tool,array('textarea','ckeditor','ace'))) {