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

    r888 r1503  
    6464 
    6565        $HtmlValue = &specialchar_cnv($Value); 
    66         $Html = '<div>' ; 
     66        $Html = '' ; 
    6767        if(&IsCompatible()) { 
    6868                $Link = $BasePath . "editor/fckeditor.html?InstanceName=$InstanceName"; 
     
    9494                $Html .= "<textarea name=\"$InstanceName\" rows=\"4\" cols=\"40\" style=\"width: $WidthCSS; height: $HeightCSS\">$HtmlValue</textarea>"; 
    9595        } 
    96         $Html .= '</div>'; 
    9796        return($Html); 
    9897}