Add line break to HTML footer in PostParser for improved formatting
This commit is contained in:
@@ -528,6 +528,7 @@ class PostParser:
|
||||
|
||||
def _generate_html_footer(self, message: Message) -> str:
|
||||
content_footer = []
|
||||
content_footer.append('<br>')
|
||||
if reactions_views_html := self._reactions_views_links(message): # Add reactions, views, date and links
|
||||
content_footer.append(reactions_views_html)
|
||||
if flags_html := self._format_flags(message): # Add flags
|
||||
|
||||
Reference in New Issue
Block a user