app/views/styleus/_styleus_partials.html.erb in styleus-0.0.8 vs app/views/styleus/_styleus_partials.html.erb in styleus-0.0.9
- old
+ new
@@ -1,7 +1,7 @@
<% if content_for? :documentation %>
<section class="__documentation">
- <%= content_for :documentation %>
+ <%= content_for(:documentation).html_safe %>
</section>
<% end %>
<section class="__code_partials">
<%= _option_bar(component) %>
\ No newline at end of file