From f35b6933493369e31b667d13818938231d746a4a Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Wed, 22 Jun 2016 17:41:48 +0200 Subject: [PATCH] =?UTF-8?q?Facebook:=20md=5Fescape=20f=C3=BCr=20Links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otouto/plugins/facebook.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otouto/plugins/facebook.lua b/otouto/plugins/facebook.lua index 2bbd215..17d11cc 100644 --- a/otouto/plugins/facebook.lua +++ b/otouto/plugins/facebook.lua @@ -53,7 +53,7 @@ function facebook:fb_post (id, story_id) local message = data.message local name = data.name if data.link then - link = '\n'..data.name..':\n'..data.link + link = '\n'..data.name..':\n'..utilities.md_escape(data.link) else link = "" end