From e0d2890bbfc4727812d30a74384f7f92c07b6490 Mon Sep 17 00:00:00 2001 From: moguno Date: Sat, 4 Mar 2017 23:36:11 +0900 Subject: [PATCH] =?UTF-8?q?.jpeg=E3=82=92=E3=83=97=E3=83=AC=E3=83=93?= =?UTF-8?q?=E3=83=A5=E3=83=BC=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/plugin/openimg/openimg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plugin/openimg/openimg.rb b/core/plugin/openimg/openimg.rb index 3fbb874..c98a624 100644 --- a/core/plugin/openimg/openimg.rb +++ b/core/plugin/openimg/openimg.rb @@ -37,7 +37,7 @@ Plugin.create :openimg do openers << opener [openers] end end - defimageopener(_('画像直リンク'), /.*\.(?:jpg|png|gif|)\Z/i) do |display_url| + defimageopener(_('画像直リンク'), /.*\.(?:jpg|jpeg|png|gif|)\Z/i) do |display_url| begin if display_url.start_with?('file:') open(Addressable::URI.parse(display_url).path) -- 2.10.1 (Apple Git-78)