spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
812 stars 256 forks source link

instead of HTML, tinyMCE output saved to database #173

Closed zersiax closed 9 years ago

zersiax commented 9 years ago

I am working on a cakePHP application where users can edit a certain type of page using tinyMCE. They have done this, but instead of neatly formatted text I get text like the following back when I display the data: [b][u]Theme 9 Rode[/u][/b] Now we are talking about quite a few pages that have already been saved in this manner. What can I do to render the text correctly?

zersiax commented 9 years ago

Sorry, didn't see this was the page for the rails gem only :(