mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
fixed bug TinyMCE destroys xml or html in content
This commit is contained in:
parent
59a78d0dbc
commit
dfb2e85ed6
@ -568,7 +568,7 @@ class html
|
||||
</script>
|
||||
|
||||
<textarea id="'.$name.'" name="'.$name.'" style="'.$style.'">
|
||||
'.$this->htmlspecialchars($content).'
|
||||
'.@htmlspecialchars($content,ENT_COMPAT,$this->charset).'
|
||||
</textarea>
|
||||
';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user