From 4cbbfda6919dfd8ccc688bfb060df44c3e587d38 Mon Sep 17 00:00:00 2001 From: moguno Date: Wed, 23 Sep 2015 18:50:34 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E6=96=87=E5=AD=97=E6=8B=A1=E5=BC=B5?= =?UTF-8?q?=E5=AD=90=E3=81=AE=E7=94=BB=E5=83=8F=E3=83=95=E3=82=A1=E3=82=A4?= =?UTF-8?q?=E3=83=AB=E3=81=AE=E3=83=97=E3=83=AC=E3=83=93=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E5=AF=BE=E5=BF=9C=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 0414098..4a73cb1 100644 --- a/core/plugin/openimg/openimg.rb +++ b/core/plugin/openimg/openimg.rb @@ -36,7 +36,7 @@ Plugin.create :openimg do openers << opener [openers] end end - defimageopener(_('画像直リンク'), /.*\.(?:jpg|png|gif|)\Z/) do |display_url| + defimageopener(_('画像直リンク'), /.*\.(?:jpg|png|gif|)\Z/i) do |display_url| begin open(display_url) rescue => _ -- 2.5.3