# HG changeset patch # User luisf # Date 1290439725 0 # Node ID 6c19f4f0542cb73dff915f35ffd1cda085a39080 # Parent 66273775199724fb9e4f55595a89da1943c72264 Corrected small bug. diff -r 662737751997 -r 6c19f4f0542c app/views/settings/_general.rhtml --- a/app/views/settings/_general.rhtml Mon Nov 22 15:21:28 2010 +0000 +++ b/app/views/settings/_general.rhtml Mon Nov 22 15:28:45 2010 +0000 @@ -6,7 +6,7 @@
<%= setting_text_area :welcome_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %>
<%= wikitoolbar_for 'settings_welcome_text' %> -<%= tipoftheday_text_area :tipoftheday_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %>
+<%= setting_text_area :tipoftheday_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %>
<%= wikitoolbar_for 'tipoftheday_text' %><%= setting_text_field :attachment_max_size, :size => 6 %> KB