This reverts commit 6c40468243.
6c40468243
@ -1,4 +1,4 @@
<% title = sanitise_characters(@scheme.service_name) %>
<% title = @scheme.service_name %>
<% content_for :title, title %>
<% if current_user.support? %>
<% title = "#{action.humanize} #{sanitise_characters(@scheme.service_name)}" %>
<% title = "#{action.humanize} #{@scheme.service_name}" %>
<% content_for :before_content do %>