From 0f5ea8c016b544cd2fca6503778d7dbe7f6bc7dc Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 13 Jun 2007 08:36:39 +0000 Subject: [PATCH] switching FCK's encoding as html entities off, as we correctly handle charsets and it messes up the wiki totally --- phpgwapi/inc/class.html.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php index 692080545f..9dab4e5c3a 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -491,6 +491,8 @@ class html { $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) { case 'simple':