html symbols in database get converted to &lg &gt in views

database tables contain … when view renders < gets converted to &lt and > to &gt

why is this happening?

To stop html injection

By the way did you solve your last issue (p==@posts.last)? You did not reply to my question, which is not good manners.

Colin

Thanks, It works without the question mark at the end

if p==@posts.last