diff --git a/plugins/RSS/plugin.py b/plugins/RSS/plugin.py index 83fb9752c..6592a66e0 100644 --- a/plugins/RSS/plugin.py +++ b/plugins/RSS/plugin.py @@ -408,7 +408,7 @@ class RSS(callbacks.Plugin): when = 'time unavailable' # The rest of the entries are all available in the channel key response = format('Title: %s; URL: %u; ' - 'Description: %s; Last updated %s.', + 'Description: %s; Last updated: %s.', info.get('title', 'unavailable').strip(), info.get('link', 'unavailable').strip(), info.get('description', 'unavailable').strip(),