Show
Ignore:
Timestamp:
2008-02-11 19:10:45 (8 months ago)
Author:
alfonsoml
Message:

Remove the surrounding div: #1613

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/fckeditor.py

    r887 r1503  
    5858        def CreateHtml(self): 
    5959                HtmlValue = escape(self.Value) 
    60                 Html = "<div>" 
     60                Html = "" 
    6161 
    6262                if (self.IsCompatible()): 
     
    106106                                        HtmlValue 
    107107                                        ) 
    108                 Html += "</div>" 
    109108                return Html 
    110109