Returns the content of the announcement with no markup.
string Content of the announcement without markup.
public function getContent() { return strip_tags($this->content_html); }