diff --git a/lib/t/printable.rb b/lib/t/printable.rb index da6ae1b3..80428250 100644 --- a/lib/t/printable.rb +++ b/lib/t/printable.rb @@ -44,7 +44,7 @@ def print_csv_list(list) def print_csv_tweet(tweet) require 'csv' - say [tweet.id, csv_formatted_time(tweet), tweet.user.screen_name, decode_full_text(tweet, options['decode_uris'])].to_csv + say [tweet.id, csv_formatted_time(tweet), tweet.user.screen_name, decode_full_text(tweet, options['decode_uris']).gsub(/\n+/, ' ')].to_csv end def print_csv_user(user)