Changeset 1503 for FCKeditor/trunk/fckeditor_php5.php
- Timestamp:
- 2008-02-11 19:10:45 (8 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/fckeditor_php5.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/fckeditor_php5.php
r1038 r1503 58 58 $HtmlValue = htmlspecialchars( $this->Value ) ; 59 59 60 $Html = ' <div>' ;60 $Html = '' ; 61 61 62 62 if ( $this->IsCompatible() ) … … 95 95 $Html .= "<textarea name=\"{$this->InstanceName}\" rows=\"4\" cols=\"40\" style=\"width: {$WidthCSS}; height: {$HeightCSS}\">{$HtmlValue}</textarea>" ; 96 96 } 97 98 $Html .= '</div>' ;99 97 100 98 return $Html ;