mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Heavier mark for new paragraph. Might revert.
This commit is contained in:
parent
ae44caf6bd
commit
b653d77fd2
2 changed files with 1 additions and 1 deletions
|
@ -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'])
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue