diff --git a/app/helpers/application_helper/title_methods.rb b/app/helpers/application_helper/title_methods.rb index 9784e646..ff0bbdd5 100644 --- a/app/helpers/application_helper/title_methods.rb +++ b/app/helpers/application_helper/title_methods.rb @@ -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)