Skip to content

Commit

Permalink
Update tinymce.php
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Oct 28, 2021
1 parent 595ecdf commit 1dc5e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/editors/tinymce/tinymce.php
Expand Up @@ -520,7 +520,7 @@ public function onDisplay(
}
}
// Use CodeMirror in the code view instead of plain text to provide syntax highlighting
$sourcecode = $levelParams->get('highlightPlus', 1);
$sourcecode = $levelParams->get('highlightPlus', 1);
if ($sourcecode)
{
$externalPlugins['highlightPlus'] = HTMLHelper::_('script', 'plg_editors_tinymce/plugins/highlighter/plugin.min.js', ['relative' => true, 'version' => 'auto', 'pathOnly' => true]);
Expand Down

0 comments on commit 1dc5e8e

Please sign in to comment.