mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Testing a » to denote story content in notifications.
This commit is contained in:
parent
84607aa6ff
commit
9d92a2b36c
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ class MUserFeedNotification(mongo.Document):
|
|||
subtitle = None
|
||||
body_title = html.unescape(story['story_title']).strip()
|
||||
body_content = replace_with_newlines(soup)
|
||||
body = f"{body_title}\n{body_content}"
|
||||
body = f"{body_title}\n» {body_content}"
|
||||
else:
|
||||
subtitle = html.unescape(story['story_title'])
|
||||
body = replace_with_newlines(soup)
|
||||
|
|
Loading…
Add table
Reference in a new issue