diff --git a/files/helpers/offsitementions.py b/files/helpers/offsitementions.py index f7dd1dfe2..c66f70aed 100644 --- a/files/helpers/offsitementions.py +++ b/files/helpers/offsitementions.py @@ -44,10 +44,10 @@ def get_mentions(queries): if i['subreddit'] == 'PokemonGoRaids': continue if kind == 'comment': - text = f'
{i["body"]}
' + text = f'

{i["body"]}

' else: - text = f'
{i["title"]}
' - if i["selftext"]: text += f'
{i["selftext"][:5000]}
' + text = f'

{i["title"]}

' + if i["selftext"]: text += f'

{i["selftext"][:5000]}

' mentions.append({ 'permalink': i['permalink'],