From 86c2a611e55c9e35384febecf34964e214c0296e Mon Sep 17 00:00:00 2001 From: polo Date: Thu, 22 Jul 2021 03:49:28 +0200 Subject: patch modifs --- view/template-ckeditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/template-ckeditor.php') diff --git a/view/template-ckeditor.php b/view/template-ckeditor.php index f95344a..12e1430 100644 --- a/view/template-ckeditor.php +++ b/view/template-ckeditor.php @@ -174,7 +174,7 @@ ob_start(); // obtenir la liste des plugins disponibles: //alert(ClassicEditor.builtinPlugins.map( plugin => plugin.pluginName )); - var initial = ''; + var initial = ''; editor.setData(initial); } ) .catch( error => { -- cgit v1.2.3