Commit ca77aeabbe11e43d7754f39e38bed015a9754848
1 parent
b047dfa3
Exists in
fix_sign_up_form
should not parse html code of block help content
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/box_organizer/show_block_type_info.html.erb
@@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
15 | <div id="block-info-description"> | 15 | <div id="block-info-description"> |
16 | <h2><%= _('Description') %></h2> | 16 | <h2><%= _('Description') %></h2> |
17 | <p><%= @block.class.description %></p> | 17 | <p><%= @block.class.description %></p> |
18 | - <p><%= @block.help if @block.class.method_defined?(:help) %></p> | 18 | + <p><%= @block.help.html_safe if @block.class.method_defined?(:help) %></p> |
19 | </div> | 19 | </div> |
20 | 20 | ||
21 | </div> | 21 | </div> |