Commit a06664854e252bf8ac9426e5f5dffc93eb721a16

Authored by Braulio Bhavamitra
1 parent e137c34d

Fix use of tinymce on enterprise homepage

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/cms/_enterprise_homepage.rhtml
1 <%= render :file => 'shared/tiny_mce' %> 1 <%= render :file => 'shared/tiny_mce' %>
2 2
3 -<%= labelled_form_field(_('Text'), text_area(:article, 'body', :cols => 40, :style => 'width:99%')) %> 3 +<%= labelled_form_field(_('Text'), text_area(:article, 'body', :cols => 40, :style => 'width:99%', :class => 'mceEditor')) %>
4 4