Index: trunk/admin/editor/cmseditor/fckeditor.php =================================================================== diff -u -r1416 -r2002 --- trunk/admin/editor/cmseditor/fckeditor.php (.../fckeditor.php) (revision 1416) +++ trunk/admin/editor/cmseditor/fckeditor.php (.../fckeditor.php) (revision 2002) @@ -35,7 +35,7 @@ $this->InstanceName = $instanceName ; $this->BasePath = '/FCKeditor/' ; $this->Width = '100%' ; - $this->Height = '200' ; + $this->Height = '100%' ; $this->ToolbarSet = 'Default' ; $this->Value = '' ; @@ -50,7 +50,6 @@ function CreateHtml() { $HtmlValue = htmlspecialchars( $this->Value ) ; - $Html = '
' ; if ( $this->IsCompatible() )