Skip to content

Commit 9a7b7e9

Browse files
committed
1 parent e5f6c09 commit 9a7b7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/users/edit.html.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<%= f.input :per_page, :label => "Posts per page", :as => :select, :collection => (1..100), :include_blank => false %>
3939
<% end %>
4040

41-
<%= f.input :blacklisted_tags, :hint => "Put any tag combinations you never want to see here. Each combination should go on a separate line. <a href='/wiki_pages/help:blacklists'>View help.</a>", :input_html => {:size => "40x5"} %>
41+
<%= f.input :blacklisted_tags, :hint => "Put any tag combinations you never want to see here. Each combination should go on a separate line. <a href='/wiki_pages/help:blacklists'>View help.</a>".html_safe, :input_html => {:size => "40x5"} %>
4242
</fieldset>
4343

4444
<fieldset id="advanced-settings-section">
@@ -54,7 +54,7 @@
5454
<textarea id="user_favorite_tags" class="text optional" rows="5" name="user[favorite_tags]" cols="40"><%= raw @user.favorite_tags %></textarea>
5555
<span class="hint">A list of tags that you use often. They will appear when using the list of Related Tags.</span>
5656
</div>
57-
<%= f.input :custom_style, :label => "Custom <a href='http://en.wikipedia.org/wiki/Cascading_Style_Sheets'>CSS</a> style".html_safe, :hint => "Style to apply to the whole site." %>
57+
<%= f.input :custom_style, :label => "Custom <a href='http://en.wikipedia.org/wiki/Cascading_Style_Sheets'>CSS</a> style".html_safe, :hint => "Style to apply to the whole site.", :input_html => {:size => "40x5"} %>
5858
</fieldset>
5959

6060
<fieldset id="change-password-section">

0 commit comments

Comments
 (0)