mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
work around a problem with balance tags removing content
This commit is contained in:
parent
0b04f8e0c5
commit
6d650d6abf
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user