Prova sostituendo...
con...Codice PHP:
echo ($this->entry);
Ovviamente puoi eliminare le funzioni removeAttributes e removeEvilTags. A differenza di queste, htmlentities non eliminerà i tag HTML, ma semplicemente li convertirà in modo che possano essere visualizzati come normale testo.Codice PHP:
echo htmlentities($this->entry);
Ciao.