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