diff --git a/app/views/preferences/edit.html.erb b/app/views/preferences/edit.html.erb index e871ac9c..e2485b40 100644 --- a/app/views/preferences/edit.html.erb +++ b/app/views/preferences/edit.html.erb @@ -30,7 +30,7 @@ table_row(pref_name, nowrap_label) { text_field('prefs', pref_name) } end %> - <%= row_with_select_field('locale', I18n.available_locales.map {|l| l.to_s}) %> + <%= row_with_select_field('locale', I18n.available_locales.map {|l| l.to_s}) %> <%= row_with_text_field('date_format') %> <%= row_with_text_field('title_date_format') %> <%= table_row('time_zone', false) { time_zone_select('prefs','time_zone') } %> diff --git a/app/views/todos/_edit_form.rhtml b/app/views/todos/_edit_form.rhtml index 37e465e6..93bdb90c 100644 --- a/app/views/todos/_edit_form.rhtml +++ b/app/views/todos/_edit_form.rhtml @@ -27,7 +27,7 @@ form_for(todo, :html=> { :name=>'todo', :id => dom_id(@todo, 'form'), :class => <%= text_field_tag 'tag_list', tag_list_text, :id => dom_id(@todo, 'tag_list'), :size => 30, :tabindex => 12 %>