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

Remove the surrounding div: #1613

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/fckeditor_php4.php

    r1038 r1503  
    5858                $HtmlValue = htmlspecialchars( $this->Value ) ; 
    5959 
    60                 $Html = '<div>' ; 
     60                $Html = '' ; 
    6161                 
    6262                if ( !isset( $_GET ) ) { 
     
    100100                        $Html .= "<textarea name=\"{$this->InstanceName}\" rows=\"4\" cols=\"40\" style=\"width: {$WidthCSS}; height: {$HeightCSS}\">{$HtmlValue}</textarea>" ; 
    101101                } 
    102  
    103                 $Html .= '</div>' ; 
    104102 
    105103                return $Html ;