work around a problem with balance tags removing content

This commit is contained in:
Klaus Leithoff 2012-05-15 15:17:27 +00:00
parent 0b04f8e0c5
commit 6d650d6abf

View File

@ -80,8 +80,10 @@ class egw_htmLawed
*/
$this->Configuration = array('comment'=>0,
'balance'=>1,
'balance'=>0,
//'keep_bad'=>3,
'tidy'=>1,
//'direct_list_nest'=>1,
'elements' => "* -script",
'schemes'=>'href: file, ftp, http, https, mailto; src: cid, data, file, ftp, http, https; *:file, http, https',
'hook_tag' =>"hl_my_tag_transform",