Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 0.59 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. FCKeditor wrapping certain HTML5 elements with <p> tags - causing problems for older browsers
  2. FCKeditor.prototype.Version         = '2.6' ;
  3. FCKeditor.prototype.VersionBuild    = '18638' ;
  4.        
  5. This is a paragraph. <!-- using SHIFT+ENTER in the WYSIWYG -->
  6. This should be a new line in the paragraph. <!-- using ENTER in the WYSIWYG -->
  7.  
  8.  
  9. <section>
  10.     <article>Some block text</article>
  11. </section>
  12.        
  13. <p>This is a paragraph.<br/> <!-- using SHIFT+ENTER in the WYSIWYG -->
  14. This should be a new line in the paragraph.</p>
  15. <p></p>
  16. <p></p>
  17. <p><section><article>Some block text</article></section></p>