- <%= text_field_tag('minlon', nil, :size => 10, :class => "export_bound") %>
- <%= text_field_tag('maxlon', nil, :size => 10, :class => "export_bound") %>
+ <%= text_field_tag("minlon", nil, :size => 10, :class => "export_bound") %>
+ <%= text_field_tag("maxlon", nil, :size => 10, :class => "export_bound") %>