diff --git a/forms/HtmlEditorField.php b/forms/HtmlEditorField.php index 0490577f5..91f15430e 100755 --- a/forms/HtmlEditorField.php +++ b/forms/HtmlEditorField.php @@ -22,7 +22,6 @@ class HtmlEditorField extends TextareaField { public function __construct($name, $title = null, $rows = 30, $cols = 20, $value = '', $form = null) { parent::__construct($name, $title, $rows, $cols, $value, $form); - $this->addExtraClass('typography'); $this->addExtraClass('htmleditor'); self::include_js();