echo $this->escape($item->comment);
$comment_html = html_entity_decode($this->escape($item->comment)); echo $comment_html;