mirror of
https://github.com/maubot/rss.git
synced 2025-03-13 18:46:35 -04:00
Fix formatting
This commit is contained in:
parent
ef4915e434
commit
eeb71a008f
@ -405,7 +405,9 @@ class RSSBot(Plugin):
|
||||
await evt.reply(
|
||||
'<p>Current template in this room:</p><pre><code language="markdown">'
|
||||
f"{html.escape(sub.notification_template.template)}"
|
||||
"</code></pre>", allow_html=True, markdown=False,
|
||||
"</code></pre>",
|
||||
allow_html=True,
|
||||
markdown=False,
|
||||
)
|
||||
return
|
||||
await self.dbm.update_template(feed.id, evt.room_id, template)
|
||||
|
Loading…
x
Reference in New Issue
Block a user