diff --git a/tracks/app/views/todos/_edit_form.rhtml b/tracks/app/views/todos/_edit_form.rhtml index 6d493a9a..52405ded 100644 --- a/tracks/app/views/todos/_edit_form.rhtml +++ b/tracks/app/views/todos/_edit_form.rhtml @@ -36,15 +36,15 @@ - <%= text_field_tag "tag_list", @item.tags.collect{|t| t.name}.join(", "), :size => 40 %> + <%= text_field_tag "tag_list", @item.tags.collect{|t| t.name}.join(", "), :size => 40, :tabindex => 12 %>