Strip HTML tags from generated titles

This commit is contained in:
Andreas Nedbal 2025-03-08 22:21:57 +01:00
parent 6bbc675f90
commit eb560e66b0

View file

@ -13,7 +13,7 @@ module ApplicationHelper::TitleMethods
end
end
list = [name, junction].compact
list = [strip_tags(name), junction].compact
unless content.nil?
content = strip_markdown(content)