fixed bug TinyMCE destroys xml or html in content

This commit is contained in:
Ralf Becker 2006-08-18 09:21:28 +00:00
parent 59a78d0dbc
commit dfb2e85ed6

View File

@ -568,7 +568,7 @@ class html
</script>
<textarea id="'.$name.'" name="'.$name.'" style="'.$style.'">
'.$this->htmlspecialchars($content).'
'.@htmlspecialchars($content,ENT_COMPAT,$this->charset).'
</textarea>
';
}