Trennlinie (hr) aus Nachrichten-Header entfernt
This commit is contained in:
@@ -247,7 +247,7 @@ class NtfyBot(Plugin):
|
|||||||
header_parts.append(topic_info)
|
header_parts.append(topic_info)
|
||||||
|
|
||||||
if header_parts:
|
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:
|
else:
|
||||||
html_content = ""
|
html_content = ""
|
||||||
# build title
|
# build title
|
||||||
|
|||||||
Reference in New Issue
Block a user