unixcharles / refinerycms-copywriting

Refinery CMS engine to manage copywriting, application wide or per pages with i18n.
53 stars 42 forks source link

wysiwyg frontend is not working properly #46

Closed iagorl closed 11 years ago

iagorl commented 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

iagorl commented 11 years ago

Fixed adding html_safe

unixcharles commented 11 years ago

Yes, you'll need to use raw or html_safe.