Changeset 246
- Timestamp:
- 2007-04-12 12:57:15 (3 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fcklistslib.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fcklistslib.js
r204 r246 29 29 { 30 30 // We are not handling <ins> and <del> as block elements, for now. 31 BlockElements : { address:1,blockquote:1,center:1,div:1,dl:1,fieldset:1,form:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,hr:1, noscript:1,ol:1,p:1,pre:1,script:1,table:1,ul:1 },31 BlockElements : { address:1,blockquote:1,center:1,div:1,dl:1,fieldset:1,form:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,hr:1,marquee:1,noscript:1,ol:1,p:1,pre:1,script:1,table:1,ul:1 }, 32 32 33 33 // Block elements that may be filled with if empty. -
FCKeditor/trunk/_whatsnew.html
r238 r246 47 47 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/318">#318</a>] Multiple 48 48 linked images are merged in a single link in IE.</li> 49 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/350">#350</a>] The <marquee> 50 element will no longer append unwanted <p>&nbsp;</p> to the code.</li> 49 51 </ul> 50 52 <h3>