Open GoogleCodeExporter opened 9 years ago
Thanks for the warning and pointer in the right direction. I got it to work
with edge
rails by:
changing line 210 in
vendor/plugins/calendar_date_select/lib/calendar_date_select/form_helpers to:
return out.html_safe!
and changing lines 26-27 in
vendor/plugins/calendar_date_select/lib/calendar_date_select/includes_helper to:
(javascript_include_tag(*calendar_date_select_javascripts(:locale =>
options[:locale])) + "\n" +
stylesheet_link_tag(*calendar_date_select_stylesheets(:style => options[:style]))
+ "\n").html_safe!
Original comment by ian.o.mi...@gmail.com
on 17 Jan 2010 at 10:57
Original issue reported on code.google.com by
ebot...@gmail.com
on 20 Dec 2009 at 5:50