Skip to content

Commit

Permalink
Typo in maps handler
Browse files Browse the repository at this point in the history
  • Loading branch information
ismasan committed Jan 25, 2012
1 parent 7a9bdfd commit e3efca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bototo/handlers/maps_handler.rb
Expand Up @@ -5,7 +5,7 @@
say url
else
location = CGI.escape(value)
map_url = "'http://maps.google.com/maps/api/staticmap?markers='#{location}&size=400x400&maptype=roadmap&sensor=false&format=png"
map_url = "http://maps.google.com/maps/api/staticmap?markers=#{location}&size=400x400&maptype=roadmap&sensor=false&format=png"
link_url = "http://maps.google.com/maps?q=#{location}&hl=en&sll=37.0625,-95.677068&sspn=73.579623,100.371094&vpsrc=0&hnear=#{location}&t=m&z=11"
say(map_url) {
say link_url
Expand Down

0 comments on commit e3efca9

Please sign in to comment.