mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +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>
|
</script>
|
||||||
|
|
||||||
<textarea id="'.$name.'" name="'.$name.'" style="'.$style.'">
|
<textarea id="'.$name.'" name="'.$name.'" style="'.$style.'">
|
||||||
'.$this->htmlspecialchars($content).'
|
'.@htmlspecialchars($content,ENT_COMPAT,$this->charset).'
|
||||||
</textarea>
|
</textarea>
|
||||||
';
|
';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user