lib/command/send.rb in narou-1.2.8 vs lib/command/send.rb in narou-1.2.9.rc1

- old
+ new

@@ -72,10 +72,10 @@ error "まだファイル(#{File.basename(ebook_path)})が無いようです" unless send_all next end if send_all if device.ebook_file_old?(ebook_path) - puts "<green>ID:#{target} #{titles[target]}</green>".termcolor + puts "<green>ID:#{target} #{TermColor.escape(titles[target])}</green>".termcolor else next end end print "#{device.name}へ送信しています"