Changeset 246

Show
Ignore:
Timestamp:
2007-04-12 12:57:15 (3 years ago)
Author:
fredck
Message:

Fixed #350 : The <marquee> element will no longer append unwanted <p>&nbsp;</p> to the code.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/internals/fcklistslib.js

    r204 r246  
    2929{ 
    3030        // 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 }, 
    3232 
    3333        // Block elements that may be filled with &nbsp; if empty. 
  • FCKeditor/trunk/_whatsnew.html

    r238 r246  
    4747                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/318">#318</a>] Multiple 
    4848                        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 &lt;marquee&gt; 
     50                        element will no longer append unwanted &lt;p&gt;&amp;nbsp;&lt;/p&gt; to the code.</li> 
    4951        </ul> 
    5052        <h3>