diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-03-16 00:49:31 +0100 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-03-16 00:49:31 +0100 |
commit | 7991056e4f4adb8ebf7d1c274fc4e34566bc452b (patch) | |
tree | e947a34f4775c8edc1d1571b52000180d06e81b9 | |
parent | 392f9fe7437511ca0b5f374d89e8e98be4742bcd (diff) |
rss: whitespace fix for handle_wrap
-rw-r--r-- | data/rbot/plugins/rss.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index fac7a924..c75722de 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -1128,7 +1128,7 @@ class RSSFeedsPlugin < Plugin stream_hash = { :item => item, :handle => handle, - :handle_wrap => '::', + :handle_wrap => ['::', ':: '], :date => date, :date_wrap => [nil, ' :: '], :title => title, |