Topic-Zeile als Block-Element mit Trennstrich darunter geändert
This commit is contained in:
@@ -227,7 +227,7 @@ class NtfyBot(Plugin):
|
||||
else:
|
||||
emoji = tags = ""
|
||||
|
||||
html_content = "<span>Ntfy message in topic <code>{server}/{topic}</code></span><hr />".format(
|
||||
html_content = "<p><strong>Ntfy message in topic <code>{server}/{topic}</code></strong></p><hr />".format(
|
||||
server=html.escape(server), topic=html.escape(topic)
|
||||
)
|
||||
# build title
|
||||
|
||||
Reference in New Issue
Block a user