Skip to content

Commit

Permalink
Update tinymce.php
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Apr 25, 2016
1 parent 8ded5d4 commit 5a46c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/editors/tinymce/tinymce.php
Original file line number Diff line number Diff line change
Expand Up @@ -858,14 +858,14 @@ public function onDisplay($name, $content, $width, $height, $col, $row, $buttons
case 1:
default: /* Advanced mode*/
$toolbar1 = "bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | formatselect | bullist numlist "
. "| outdent indent | undo redo | link unlink anchor image code | hr table | subscript superscript | charmap";
. "| outdent indent | undo redo | link unlink anchor code | hr table | subscript superscript | charmap";

$script .= "
valid_elements : \"$valid_elements\",
extended_valid_elements : \"$elements\",
invalid_elements : \"$invalid_elements\",
// Plugins
plugins : \"table link image code hr charmap autolink lists importcss $dragDropPlg\",
plugins : \"table link code hr charmap autolink lists importcss $dragDropPlg\",
// Toolbar
toolbar1: \"$toolbar1 | $toolbar5\",
removed_menuitems: \"newdocument\",
Expand Down

0 comments on commit 5a46c5c

Please sign in to comment.