Skip to content

Commit

Permalink
BUGFIX Removing "typography" class from HTMLEditorField container (sh…
Browse files Browse the repository at this point in the history
…ould 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
  • Loading branch information
Sam Minnee committed Oct 19, 2010
1 parent 1b95077 commit 61bb2fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion forms/HtmlEditorField.php
Expand Up @@ -22,7 +22,6 @@ public static function include_js() {
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();
Expand Down

0 comments on commit 61bb2fe

Please sign in to comment.