Question about MarkItUp texteditor in Fuel Admin.
When I have this code in page body
""
After I click on save it will automatic convert "<" into "<" and ">" into ">".
Now my body in the database now become "<iframe width="230" height="180" src="" frameborder="0" allowfullscreen></iframe>"
In this case, what code should I add inorder to prevent the html_encode here?
Thank you very much.
Comments
Is this the reason that turn on the global filter?
(This is the reason why that my iframe got sanitize right?)
Thank you very much.