
Untitled
By: a guest on
May 9th, 2012 | syntax:
None | size: 0.59 KB | hits: 12 | expires: Never
FCKeditor wrapping certain HTML5 elements with <p> tags - causing problems for older browsers
FCKeditor.prototype.Version = '2.6' ;
FCKeditor.prototype.VersionBuild = '18638' ;
This is a paragraph. <!-- using SHIFT+ENTER in the WYSIWYG -->
This should be a new line in the paragraph. <!-- using ENTER in the WYSIWYG -->
<section>
<article>Some block text</article>
</section>
<p>This is a paragraph.<br/> <!-- using SHIFT+ENTER in the WYSIWYG -->
This should be a new line in the paragraph.</p>
<p></p>
<p></p>
<p><section><article>Some block text</article></section></p>