Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Nov 16, 2015
1 parent d8aad68 commit 7caeab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/editors/tinymce/tinymce.php
Expand Up @@ -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 . ');';
}

/**
Expand Down

0 comments on commit 7caeab0

Please sign in to comment.