From c368adaadc7986f5458c10dbb4c1246f6bb1852f Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Mon, 7 Mar 2011 16:51:30 +0100 Subject: [PATCH] fix #1119 where the label was wrong --- app/views/todos/_new_multi_todo_form.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/todos/_new_multi_todo_form.rhtml b/app/views/todos/_new_multi_todo_form.rhtml index 8a7f901c..ecffbc0e 100644 --- a/app/views/todos/_new_multi_todo_form.rhtml +++ b/app/views/todos/_new_multi_todo_form.rhtml @@ -18,7 +18,7 @@ - + <%= text_field_tag "multi_tag_list", @default_tags, :name=>:tag_list, :size => 30, :tabindex => 5 %> <%= content_tag("div", "", :id => "tag_list_auto_complete", :class => "auto_complete") %>