Merge pull request #705 from Krystosterone/master

supported_extensions attribute was added to the img tag when using image_tag
This commit is contained in:
Thomas Reynolds 2013-01-03 22:04:53 -08:00
commit 55a674853f

View file

@ -53,6 +53,8 @@ module Middleman
end
end
end
params = params.delete_if {|key| key == :supported_extensions }
super(path, params)
end