diff options
author | polo <ordipolo@gmx.fr> | 2021-07-22 03:49:28 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2021-07-22 03:49:28 +0200 |
commit | 86c2a611e55c9e35384febecf34964e214c0296e (patch) | |
tree | e910a2f9a135bfc7059fd28c9af6c00ae46b5fde /view/template-ckeditor.php | |
parent | a23573d5aff91e18d1240a6ac84c2962a8a15f87 (diff) | |
download | melaine-86c2a611e55c9e35384febecf34964e214c0296e.zip |
patch modifs
Diffstat (limited to 'view/template-ckeditor.php')
-rw-r--r-- | view/template-ckeditor.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); | |||
174 | // obtenir la liste des plugins disponibles: | 174 | // obtenir la liste des plugins disponibles: |
175 | //alert(ClassicEditor.builtinPlugins.map( plugin => plugin.pluginName )); | 175 | //alert(ClassicEditor.builtinPlugins.map( plugin => plugin.pluginName )); |
176 | 176 | ||
177 | var initial = '<?= $initial ?>'; | 177 | var initial = '<?= $texte ?>'; |
178 | editor.setData(initial); | 178 | editor.setData(initial); |
179 | } ) | 179 | } ) |
180 | .catch( error => { | 180 | .catch( error => { |