diff --git a/app/views/cms/_enterprise_homepage.rhtml b/app/views/cms/_enterprise_homepage.rhtml index 8e5cbf6..6f910ff 100644 --- a/app/views/cms/_enterprise_homepage.rhtml +++ b/app/views/cms/_enterprise_homepage.rhtml @@ -1,4 +1,4 @@ <%= render :file => 'shared/tiny_mce' %> -<%= labelled_form_field(_('Text'), text_area(:article, 'body', :cols => 40, :style => 'width:99%')) %> +<%= labelled_form_field(_('Text'), text_area(:article, 'body', :cols => 40, :style => 'width:99%', :class => 'mceEditor')) %> -- libgit2 0.21.2