Make ckeditor not add stuff
Posted: Sat Jan 12, 2013 3:31 am
I want to add the following tags for HTML 5 audio:
Unfortunately, I can't because ckeditor changes it to:
Notice the addition of preload="" and data-src is parsed apart.
Any ideas on disabling this?
Code: Select all
<audio preload></audio>
<a href="#" data-src="/anthologypromo/toque-ellegua.mp3">Toque a Elegguá (Oru seco)</a>
Code: Select all
<audio preload="">
</audio>
<a data-="" href="#" src="/anthologypromo/toque-ellegua.mp3">Toque a Elegguá (Oru seco)</a>
Any ideas on disabling this?