简体   繁体   中英

Using the Mercury editor with Rails 3 my html <div> etc tags are getting converted to &lt and &gt

Not sure how to fix this. should I be using .html_safe?

When the page renders I am getting a lot of:

    &lt;div&gt;&lt;br&gt;&lt;

which is obviously not what I am after.

Thanks.

使用CGI.unescapeHTML

<%= CGI.unescapeHTML(content) %>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM