From 7caeab0b4d3cd960336c34170447e81d4b81c1c5 Mon Sep 17 00:00:00 2001 From: dgt41 Date: Tue, 10 Nov 2015 10:06:31 +0100 Subject: [PATCH] cs --- plugins/editors/tinymce/tinymce.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/editors/tinymce/tinymce.php b/plugins/editors/tinymce/tinymce.php index e85775011f1a2..88725e0ec88c7 100644 --- a/plugins/editors/tinymce/tinymce.php +++ b/plugins/editors/tinymce/tinymce.php @@ -849,7 +849,7 @@ public function onGetContent($editor) */ public function onSetContent($editor, $html) { - return 'tinyMCE.getElementById("' . $editor .'").setContent(' . $html . ');'; + return 'tinyMCE.getElementById("' . $editor . '").setContent(' . $html . ');'; } /**