Changeset 140

Show
Ignore:
Timestamp:
2007-02-17 13:06:17 (18 months ago)
Author:
fredck
Message:

Added "font" to the list of tags that require contents.

Files:
1 modified

Legend:

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

    r132 r140  
    104104 
    105105        // Inline elements which MUST have child nodes. 
    106         InlineChildReqElements : { abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,i:1,ins:1,label:1,kbd:1,q:1,samp:1,small:1,span:1,strong:1,sub:1,sup:1,tt:1,'var':1 }, 
     106        InlineChildReqElements : { 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,strong:1,sub:1,sup:1,tt:1,'var':1 }, 
    107107 
    108108        // Elements marked as empty "Empty" in the XHTML DTD.