From e5f6c094cc01face5ff357d898dbc6f44db8f23e Mon Sep 17 00:00:00 2001 From: Toks Date: Sat, 10 May 2014 12:06:21 -0400 Subject: [PATCH] Fix link in label getting escaped --- app/views/users/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." %>