From d99da72744b515f7893f6b000b1457557ebefb68 Mon Sep 17 00:00:00 2001 From: evazion Date: Sun, 20 Nov 2022 14:34:25 -0600 Subject: [PATCH] 4chan: fix commentary linebreaks. --- app/logical/source/extractor/four_chan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?