2015-02-13, 03:01:43
Hi,
I have a problem when I want to paste this in the html editor (<source>):
Editor change it with :
the original code is 100% HTML5
Thanks
I have a problem when I want to paste this in the html editor (<source>):
Code:
<audio controls="controls">
<source src="foo.wav" type="audio/wav">
</audio>
<p>my text</p>
Editor change it with :
Code:
<audio controls="controls">
<source src="foo.wav" type="audio/wav"> </source></audio>
<p><source src="foo.wav" type="audio/wav">
<p><source src="foo.wav" type="audio/wav"></source></p>
<source src="foo.wav" type="audio/wav">
<p>my text</p>
<p> </p>
</source></source></p>
the original code is 100% HTML5
Thanks