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

Remove the surrounding div: #1613

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/fckeditor.asp

    r891 r1503  
    132132                End If 
    133133 
    134                 CreateHtml = "<div>" & html & "</div>" 
     134                CreateHtml = html  
    135135 
    136136        End Function