Closed iagorl closed 11 years ago
When trying to render the wysiwyg content in the frontend <%= copywriting("footer", {:phrase_type => 'wysiwyg' })%> I have a raw output not the result of rendering the html
Fixed adding html_safe
Yes, you'll need to use raw or html_safe.
When trying to render the wysiwyg content in the frontend <%= copywriting("footer", {:phrase_type => 'wysiwyg' })%> I have a raw output not the result of rendering the html