From 1edb4e13bfc2495d55204861eafb8e4cafc8f5ca Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 22 Jul 2005 12:20:11 +0000 Subject: [PATCH] plugins/RSS: Colons are pretty. --- plugins/RSS/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),