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.afp

    r907 r1503  
    6363                HtmlValue = THIS.cValue         && HTMLSPECIALCHARS() 
    6464 
    65                 html = [<div>] 
     65                html = [] 
    6666                IF THIS.IsCompatible() 
    6767                        lcLink = THIS.BasePath+[editor/fckeditor.html?InstanceName=]+THIS.cInstanceName 
     
    9494                        html = html + [<textarea name="]+THIS.cInstanceName +[" rows="4" cols="40" style="width: ]+WidthCSS+[ height: ]+HeightCSS+[">]+HtmlValue+[</textarea>] 
    9595                ENDIF 
    96  
    97                 html = html + [</div>] 
    9896 
    9997                RETURN (html)