Add missing dot for remote image (#7751)

th-downstream
Yamagishi Kazutoshi 7 years ago committed by Eugen Rochko
parent f0022a4ddc
commit 7ed181c41c

@ -69,7 +69,11 @@ module Remotable
return if type.nil?
type.extensions.first
extname = type.extensions.first
return if extname.nil?
".#{extname}"
end
def parse_content_type(content_type)

Loading…
Cancel
Save