Mercurial > hg > soundsoftware-site
changeset 44:6c19f4f0542c luisf
Corrected small bug.
author | luisf |
---|---|
date | Mon, 22 Nov 2010 15:28:45 +0000 |
parents | 662737751997 |
children | 65d9e2cabaa3 |
files | app/views/settings/_general.rhtml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <p><%= setting_text_area :welcome_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %></p> <%= wikitoolbar_for 'settings_welcome_text' %> -<p><%= tipoftheday_text_area :tipoftheday_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %></p> +<p><%= setting_text_area :tipoftheday_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %></p> <%= wikitoolbar_for 'tipoftheday_text' %> <p><%= setting_text_field :attachment_max_size, :size => 6 %> KB</p>