remove br
This commit is contained in:
parent
850d9bf253
commit
14625836de
@ -141,7 +141,7 @@ class TextFormatter
|
|||||||
def render_quote
|
def render_quote
|
||||||
link = link_to_url({ url: ap_tag_manager.url_for(quote) })
|
link = link_to_url({ url: ap_tag_manager.url_for(quote) })
|
||||||
<<~HTML.squish
|
<<~HTML.squish
|
||||||
<span class="quote-inline"><br>RE: #{link}</span>
|
<span class="quote-inline">RE: #{link}</span>
|
||||||
HTML
|
HTML
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user