parent
97c439a9d7
commit
cf1002a2a9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
self.bot.get_setting("rss-interval", RSS_INTERVAL))
|
self.bot.get_setting("rss-interval", RSS_INTERVAL))
|
||||||
|
|
||||||
def _format_entry(self, server, feed_title, entry, shorten):
|
def _format_entry(self, server, feed_title, entry, shorten):
|
||||||
title = entry["title"]
|
title = utils.http.strip_html(entry["title"])
|
||||||
|
|
||||||
author = entry.get("author", None)
|
author = entry.get("author", None)
|
||||||
author = " by %s" % author if author else ""
|
author = " by %s" % author if author else ""
|
||||||
|
|
Loading…
Reference in a new issue