提交 7a5886b2 编写于 作者: B Bart de Water

Use strict_encode64 instead of gsub newline for ScreenshotHelper

上级 76acaf6e
......@@ -80,7 +80,7 @@ def display_image
end
def inline_base64(path)
Base64.encode64(path).gsub("\n", "")
Base64.strict_encode64(path)
end
def failed?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册