From f24c274867dcb110b59dd13bcd69374f89471195 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 6 Nov 2024 13:35:07 -0500 Subject: [PATCH] UX: replace broken link SVG with new Font Awesome 6 name (#29623) --- lib/cooked_processor_mixin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cooked_processor_mixin.rb b/lib/cooked_processor_mixin.rb index b31d27b6c9f..acde19cec14 100644 --- a/lib/cooked_processor_mixin.rb +++ b/lib/cooked_processor_mixin.rb @@ -260,7 +260,7 @@ module CookedProcessorMixin img.name = "span" img.set_attribute("class", "broken-image") img.set_attribute("title", I18n.t("post.image_placeholder.broken")) - img << "" + img << "" img.remove_attribute("src") img.remove_attribute("width") img.remove_attribute("height")