Substitute line break with paragraph

main
Bob Mottram 2020-01-03 10:19:31 +00:00
parent 120c425ea3
commit c529c42a21
1 changed files with 1 additions and 1 deletions

View File

@ -2620,7 +2620,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
# add an extra line if there is a content warning, for better vertical spacing on mobile # add an extra line if there is a content warning, for better vertical spacing on mobile
if postJsonObject['object']['sensitive'] or attachmentStr: if postJsonObject['object']['sensitive'] or attachmentStr:
footerStr='<br>'+footerStr footerStr='<p> </p>'+footerStr
if not postJsonObject['object'].get('summary'): if not postJsonObject['object'].get('summary'):
postJsonObject['object']['summary']='' postJsonObject['object']['summary']=''