app/components/alchemy/ingredients/richtext_view.rb in alchemy_cms-7.1.6 vs app/components/alchemy/ingredients/richtext_view.rb in alchemy_cms-7.1.7
- old
+ new
@@ -13,10 +13,10 @@
def call
if plain_text
ingredient.stripped_body
else
value.to_s.html_safe
- end
+ end.html_safe
end
end
end
end