Skip to content

Commit

Permalink
hate working with gems and gemfiles... missed another thing
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkencity committed Feb 22, 2012
1 parent 889b9e6 commit 95a18c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/formtastic-bootstrap/inputs/base/timeish.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def label_html
def date_input_html def date_input_html
fragments.inject([]) do |arr,fragment| fragments.inject([]) do |arr,fragment|
arr << fragment_input_html(fragment) arr << fragment_input_html(fragment)
end.join.h end.join.html_safe
end end


def datetime_input_html def datetime_input_html
Expand Down

0 comments on commit 95a18c6

Please sign in to comment.