forked from vanilla/vanilla
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Use a doctype of html. - Force i.e. to use its latest rendering engine.
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ | |
$PluginInfo['cleditor'] = array( | ||
'Name' => 'WYSIWYG (CLEditor)', | ||
'Description' => 'Adds a <a href="http://en.wikipedia.org/wiki/WYSIWYG">WYSIWYG</a> editor to your forum so that your users can enter rich text comments.', | ||
'Version' => '1.2.6', | ||
'Version' => '1.2.7', | ||
'Author' => "Mirabilia Media", | ||
'AuthorEmail' => '[email protected]', | ||
'AuthorUrl' => 'http://mirabiliamedia.com', | ||
|
@@ -141,6 +141,7 @@ private function _AddCLEditor($Sender, $Column = 'Body') { | |
"style | color highlight removeformat | bullets numbering | outdent indent | " + | ||
"alignleft center alignright | undo redo | " + | ||
"image link unlink | source fullscreen", | ||
docType: '<!DOCTYPE html>', | ||
docCSSFile: "$CssPath" | ||
})[0]; | ||
this.editor = ed; // Support other plugins! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters