HTML5 tags not rendered correctly in admin

edited May 2014 in Modules
Hi

I'm having trouble with <video></video> tags in my page body editor. If I enter the tags in "source" mode and save the page, the tab brackets are converted to &lt; and &gt;

This happens in markitup and ckeditor RTEs.

If I enter eg. <wibble></wibble> these tags are passed through fine.

Fuel seems to be reinterpreting my tags on a save. The confusing thing is that it works fine locally but on a production server (1and1) the problem is apparent. Both systems are running the latest code.

Any ideas?

Comments

  • edited 2:50AM
    It could be the "sanitize_input" setting which by default uses xss_clean. Try adding this to your module configuration:
    'sanitize_input' => array('template','php'),
Sign In or Register to comment.