Trennlinie (hr) aus Nachrichten-Header entfernt
All checks were successful
Build Maubot Plugin / build (push) Successful in 15s
Build Maubot Plugin / release (push) Has been skipped

This commit is contained in:
2026-04-15 23:37:35 +02:00
parent 6318aff86e
commit c6523c1f6d

View File

@@ -247,7 +247,7 @@ class NtfyBot(Plugin):
header_parts.append(topic_info)
if header_parts:
html_content = "<p><strong>{}</strong></p><hr />".format(" ".join(header_parts))
html_content = "<p><strong>{}</strong></p>".format(" ".join(header_parts))
else:
html_content = ""
# build title