mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
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:
parent
ee5bc9f0e7
commit
0f5ea8c016
@ -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':
|
||||||
|
Loading…
Reference in New Issue
Block a user