diff options
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 => { |
