From 02962a3a22a35f3b259db858bb54bc969a630996 Mon Sep 17 00:00:00 2001 From: Toks Date: Thu, 18 Jul 2013 19:26:18 -0400 Subject: [PATCH] Add hint that custom css cannot contain html closes #1817 --- 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 3f389a150..906d842f2 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" %> + <%= f.input :custom_style, :label => "Custom CSS style", :hint => "Style to apply to the whole site. Cannot include angle brackets, quotes, or ampersands (< > \" ' &)." %>