From 709b31ae8e0245c8ecb14881d3aedefdfa65d867 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Sun, 17 Jul 2016 19:38:13 +0200 Subject: [PATCH] =?UTF-8?q?RSS:=20Nutze=20wieder=20md=5Fescape,=20da=20Kla?= =?UTF-8?q?mmern=20vollst=C3=A4ndig=20entfernt=20werden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otouto/plugins/rss.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otouto/plugins/rss.lua b/otouto/plugins/rss.lua index 256e5dd..3bcb414 100644 --- a/otouto/plugins/rss.lua +++ b/otouto/plugins/rss.lua @@ -344,7 +344,7 @@ function rss:cron(self_plz) else content = '' end - text = text..'\n#RSS: *'..title..'*\n'..utilities.trim(utilities.markdown_escape_simple(content))..' [Weiterlesen]('..link..')\n' + text = text..'\n#RSS: *'..title..'*\n'..utilities.trim(utilities.md_escape(content))..' [Weiterlesen]('..link..')\n' end if text ~= '' then local newlast = newentr[1].id