diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php
index 850af64af9..0f91d0e5eb 100644
--- a/phpgwapi/inc/class.html.inc.php
+++ b/phpgwapi/inc/class.html.inc.php
@@ -572,7 +572,7 @@ class html
}
else
{
- return $this->fckEditor($_name, $_content, $_mode, array(), $_height='400px', $_width='100%');
+ return $this->fckEditor($_name, $_content, $_mode, array(), $_height, $_width);
}
}