diff --git a/app/views/cms/_tiny_mce_article.rhtml b/app/views/cms/_tiny_mce_article.rhtml index 728c009..f21db68 100644 --- a/app/views/cms/_tiny_mce_article.rhtml +++ b/app/views/cms/_tiny_mce_article.rhtml @@ -3,5 +3,5 @@ <%= f.text_field('name', :size => '64') %> -<%= f.text_area('body', :cols => 64) %> +<%= f.text_area('body', :cols => 40, :style => 'width:99%') %> diff --git a/app/views/content_viewer/view_page.rhtml b/app/views/content_viewer/view_page.rhtml index 59bd391..581bd19 100644 --- a/app/views/content_viewer/view_page.rhtml +++ b/app/views/content_viewer/view_page.rhtml @@ -7,6 +7,7 @@ if opts['addthis'] opts = opts['addthis'] %> +
<% end; end %>