From 14625836de497e4b34a86b061365b571808dbf1e Mon Sep 17 00:00:00 2001 From: YoheiZuho Date: Sun, 4 Feb 2024 12:38:54 +0900 Subject: [PATCH] remove br --- app/lib/text_formatter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/text_formatter.rb b/app/lib/text_formatter.rb index 0741576c7..d026505c7 100644 --- a/app/lib/text_formatter.rb +++ b/app/lib/text_formatter.rb @@ -141,7 +141,7 @@ class TextFormatter def render_quote link = link_to_url({ url: ap_tag_manager.url_for(quote) }) <<~HTML.squish -
RE: #{link}
+ RE: #{link} HTML end