mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX Removing "typography" class from HTMLEditorField container (should just apply to the contained <iframe>) (fixes #5949) (from r110809)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112847 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
1b95077fed
commit
61bb2fe4a4
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user