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_php5.php

    r1038 r1503  
    5858                $HtmlValue = htmlspecialchars( $this->Value ) ; 
    5959 
    60                 $Html = '<div>' ; 
     60                $Html = '' ; 
    6161 
    6262                if ( $this->IsCompatible() ) 
     
    9595                        $Html .= "<textarea name=\"{$this->InstanceName}\" rows=\"4\" cols=\"40\" style=\"width: {$WidthCSS}; height: {$HeightCSS}\">{$HtmlValue}</textarea>" ; 
    9696                } 
    97  
    98                 $Html .= '</div>' ; 
    9997 
    10098                return $Html ;