Heavier mark for new paragraph. Might revert.

This commit is contained in:
Samuel Clay 2021-05-27 09:53:14 -04:00
parent ae44caf6bd
commit b653d77fd2
2 changed files with 1 additions and 1 deletions

View file

@ -205,7 +205,7 @@ class MUserFeedNotification(mongo.Document):
if body_title == body_content[:len(body_title)] or body_content[:100] == body_title[:100]:
body_content = ""
else:
body_content = f"\n {body_content}"
body_content = f"\n {body_content}"
body = f"{body_title}{body_content}"
else:
subtitle = html.unescape(story['story_title'])