]> git.openstreetmap.org Git - rails.git/blobdiff - app/helpers/geocoder_helper.rb
Standardise on double quoted strings
[rails.git] / app / helpers / geocoder_helper.rb
index f0663108e41e59337fa0c794714d6d116cee5238..d8dc8c5582088fee816a3580f00725955a2d8d26 100644 (file)
@@ -11,7 +11,7 @@ module GeocoderHelper
     end
 
     result.each do |key, value|
     end
 
     result.each do |key, value|
-      html_options[:data][key.to_s.tr('_', '-')] = value
+      html_options[:data][key.to_s.tr("_", "-")] = value
     end
 
     html = ""
     end
 
     html = ""