Trennlinie (hr) aus Nachrichten-Header entfernt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user