fix: fixed formatting in RSSEmbed

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2023-10-15 16:33:20 +02:00
parent 8f58b5b6e6
commit a1a6451e52

View file

@ -186,7 +186,7 @@ object MessageUtil {
this.name = author this.name = author
this.icon = logo this.icon = logo
} }
ebb.description = "${if (description != "No description") description else ""}\n[[open full article]]($url)" ebb.description = "${if (description != "No description") description else ""}\n[[open full article]($url)]"
ebb.color = color.color.color ebb.color = color.color.color
ebb.footer { ebb.footer {
this.text = "> rssbot, ($feedName) \n/ pub $published \n/ rel ${dtf.format(now)}" this.text = "> rssbot, ($feedName) \n/ pub $published \n/ rel ${dtf.format(now)}"