Skip to content

Commit

Permalink
removing from exclusion list
Browse files Browse the repository at this point in the history
  • Loading branch information
DFenniak committed Mar 8, 2014
1 parent 3b83705 commit db5f2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/googlestaticmap.rb
Expand Up @@ -108,7 +108,7 @@ def url(protocol='http')
attrs = GoogleStaticMapHelpers.safe_instance_variables(self,
["markers", "paths", "width", "height", "center",
"proxy_address", "proxy_port", "api_key", "client_id",
"private_key", "channel"],
"private_key"],
:cgi_escape_values => true).to_a
attrs << ["size", "#{@width}x#{@height}"] if @width && @height
@markers.each {|m| attrs << ["markers",m.to_s] }
Expand Down

0 comments on commit db5f2c9

Please sign in to comment.