mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix: Compatibility with v4 of ckeditor (for debian)
This commit is contained in:
@@ -169,7 +169,8 @@ class DolEditor
|
||||
//$skin='office2003';
|
||||
//$skin='v2';
|
||||
$skin='kama';
|
||||
|
||||
if (constant('JS_CKEDITOR')) $skin='moono'; // To use external ckeditor 4 js lib
|
||||
|
||||
if ($this->toolbarname=='dolibarr_mailings') {$htmlencode_force='true';}
|
||||
else {$htmlencode_force='false';}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user