Fix missing fallback link in CW-only quote posts (#36963)

pull/36945/head
Claire 5 days ago
parent 05c624cfa7
commit 96eb687524

@ -31,7 +31,7 @@ class TextFormatter
end
def to_s
return ''.html_safe if text.blank?
return add_quote_fallback('').html_safe if text.blank? # rubocop:disable Rails/OutputSafety
html = rewrite do |entity|
if entity[:url]

Loading…
Cancel
Save