Ticket #309: 309.patch

File 309.patch, 891 bytes (added by Martin Kou, 16 years ago)

Proposed patch for fixing #309.

  • editor/_source/internals/fcklistslib.js

     
    4040        InlineNonEmptyElements : { a:1,abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,q:1,samp:1,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,'var':1 },
    4141
    4242        // Elements marked as empty "Empty" in the XHTML DTD.
    43         EmptyElements : { base:1,col:1,meta:1,link:1,hr:1,br:1,param:1,img:1,area:1,input:1 },
     43        EmptyElements : { base:1,col:1,meta:1,link:1,hr:1,br:1,param:1,img:1,area:1,input:1,button:1 },
    4444
    4545        // Elements that may be considered the "Block boundary" in an element path.
    4646        PathBlockElements : { address:1,blockquote:1,dl:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,p:1,pre:1,li:1,dt:1,de:1 },
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy