RSS: Nutze wieder md_escape, da Klammern vollständig entfernt werden

This commit is contained in:
Andreas Bielawski 2016-07-17 19:38:13 +02:00
parent 2c089e472e
commit 709b31ae8e

View File

@ -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