Skip to content

Commit

Permalink
Update tinymce.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Apr 24, 2016
1 parent b3f83ea commit 8f44c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/editors/tinymce/tinymce.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ public function onDisplay($name, $content, $width, $height, $col, $row, $buttons
$default_filter = JFilterInput::getInstance();
$valid_elements = implode(',', array_diff($default_filter->tagBlacklist, $tagBlacklist));

$extended_elements = '';
$extended_elements = '';
}
else
{
Expand Down

0 comments on commit 8f44c4b

Please sign in to comment.