"switching FCK's encoding as html entities off, as we correctly handle charsets and it messes up the wiki totally"

This commit is contained in:
Ralf Becker 2007-06-13 08:35:13 +00:00
parent 4730e500a6
commit 8eda1028a3

View File

@ -491,6 +491,8 @@ class html
{ {
$oFCKeditor->Config['ToolbarStartExpanded'] = $_options['toolbar_expanded']; $oFCKeditor->Config['ToolbarStartExpanded'] = $_options['toolbar_expanded'];
} }
// switching the encoding as html entities off, as we correctly handle charsets and it messes up the wiki totally
$oFCKeditor->Config['ProcessHTMLEntities'] = false;
switch($_mode) { switch($_mode) {
case 'simple': case 'simple':