diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index b4898e953..4275e7b7d 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -54,7 +54,7 @@ A list of tags that you use often. They will appear when using the list of Related Tags. - <%= f.input :custom_style, :label => "Custom CSS style", :hint => "Style to apply to the whole site." %> + <%= f.input :custom_style, :label => "Custom CSS style".html_safe, :hint => "Style to apply to the whole site." %>