From 542e2a80078cfc10942c6a311d6aabdc0880558f Mon Sep 17 00:00:00 2001 From: YoheiZuho Date: Mon, 16 May 2022 13:39:38 +0900 Subject: [PATCH] test --- 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 59d707513..d1ab3879f 100644 --- a/app/lib/text_formatter.rb +++ b/app/lib/text_formatter.rb @@ -134,7 +134,7 @@ class TextFormatter link = link_to_url({ url: ActivityPub::TagManager.instance.url_for(quote) }) <<~HTML.squish -
QT: #{link}
" +
QT: #{link}
HTML end