mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 12:55:08 +02:00
work around a problem with balance tags removing content
This commit is contained in:
@@ -80,8 +80,10 @@ class egw_htmLawed
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
$this->Configuration = array('comment'=>0,
|
$this->Configuration = array('comment'=>0,
|
||||||
'balance'=>1,
|
'balance'=>0,
|
||||||
|
//'keep_bad'=>3,
|
||||||
'tidy'=>1,
|
'tidy'=>1,
|
||||||
|
//'direct_list_nest'=>1,
|
||||||
'elements' => "* -script",
|
'elements' => "* -script",
|
||||||
'schemes'=>'href: file, ftp, http, https, mailto; src: cid, data, file, ftp, http, https; *:file, http, https',
|
'schemes'=>'href: file, ftp, http, https, mailto; src: cid, data, file, ftp, http, https; *:file, http, https',
|
||||||
'hook_tag' =>"hl_my_tag_transform",
|
'hook_tag' =>"hl_my_tag_transform",
|
||||||
|
Reference in New Issue
Block a user