Page 1 of 1

Make ckeditor not add stuff

Posted: Sat Jan 12, 2013 3:31 am
by tresero
I want to add the following tags for HTML 5 audio:

Code: Select all

<audio preload></audio>
<a href="#" data-src="/anthologypromo/toque-ellegua.mp3">Toque a Eleggu&aacute; (Oru seco)</a>
Unfortunately, I can't because ckeditor changes it to:

Code: Select all

<audio preload="">
		&nbsp;</audio>
<a data-="" href="#" src="/anthologypromo/toque-ellegua.mp3">Toque a Eleggu&aacute; (Oru seco)</a>
Notice the addition of preload="" and data-src is parsed apart.
Any ideas on disabling this?