diff --git a/app/logical/source/extractor/four_chan.rb b/app/logical/source/extractor/four_chan.rb
index b8bd5362c..a379c8404 100644
--- a/app/logical/source/extractor/four_chan.rb
+++ b/app/logical/source/extractor/four_chan.rb
@@ -54,7 +54,7 @@ module Source
commentary = String.new
if post["filename"].present?
- commentary << "#{post["filename"]}#{post["ext"]} (#{post["fsize"].to_fs(:human_size)}, #{post["w"]}x#{post["h"]})\n"
+ commentary << "#{post["filename"]}#{post["ext"]} (#{post["fsize"].to_fs(:human_size)}, #{post["w"]}x#{post["h"]})
"
end
if post["com"].present?