diff --git a/otouto/plugins/facebook.lua b/otouto/plugins/facebook.lua index 07de38b..2907f35 100644 --- a/otouto/plugins/facebook.lua +++ b/otouto/plugins/facebook.lua @@ -76,7 +76,7 @@ function facebook:send_facebook_photo(photo_id, receiver) local from = '*'..data.from.name..'*' if data.name then - text = from..' hat ein Bild gepostet:\n'..data.name + text = from..' hat ein Bild gepostet:\n'..utilities.md_escape(data.name) else text = from..' hat ein Bild gepostet:' end