From ae9defa99a96045993f254bef81b2247da5f5d26 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:54:25 +0100 Subject: [PATCH] Revert "Fix apostrophes and ampersands in scheme related pages" This reverts commit 6c4046824366897d532729d9ee3c830f6a33ee0f. --- app/views/schemes/show.html.erb | 2 +- app/views/schemes/toggle_active.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/schemes/show.html.erb b/app/views/schemes/show.html.erb index b4b0c99e6..6cefa5847 100644 --- a/app/views/schemes/show.html.erb +++ b/app/views/schemes/show.html.erb @@ -1,4 +1,4 @@ -<% title = sanitise_characters(@scheme.service_name) %> +<% title = @scheme.service_name %> <% content_for :title, title %> <% if current_user.support? %> diff --git a/app/views/schemes/toggle_active.html.erb b/app/views/schemes/toggle_active.html.erb index e605ff862..3e2f1d4a8 100644 --- a/app/views/schemes/toggle_active.html.erb +++ b/app/views/schemes/toggle_active.html.erb @@ -1,4 +1,4 @@ -<% title = "#{action.humanize} #{sanitise_characters(@scheme.service_name)}" %> +<% title = "#{action.humanize} #{@scheme.service_name}" %> <% content_for :title, title %> <% content_for :before_content do %>