diff --git a/app/helpers/title_helper.rb b/app/helpers/title_helper.rb index a3512e554..25dcbc30c 100644 --- a/app/helpers/title_helper.rb +++ b/app/helpers/title_helper.rb @@ -4,7 +4,6 @@ module TitleHelper end def format_title(searched, page_title, current_user, item_label, count, organisation_name) - organisation_name = sanitise_characters(organisation_name) if searched.present? actual_title = support_sab_nav?(current_user, organisation_name) ? organisation_name : page_title "#{actual_title} (#{count} #{item_label} matching ‘#{searched}’)"