add line break in debug HTML

This commit is contained in:
vvzvlad
2025-04-19 04:33:47 +03:00
parent 65a69ed37a
commit 80d6cc5d5a
+1 -1
View File
@@ -443,7 +443,7 @@ class PostParser:
html_content = []
if debug:
html_content.append(f'<div class="title">Title: {data["html"]["title"]}</div>')
html_content.append(f'<div class="title">Title: {data["html"]["title"]}</div><br>')
html_content.append(f'<div class="message-media">{data["html"]["media"]}</div>')
html_content.append(f'<div class="message-body">{data["html"]["body"]}</div>')
html_content.append(f'<div class="message-footer">{data["html"]["footer"]}</div>')