app/templates/skyline/sections/wysiwyg_section/default/index.html.erb in skylinecms-3.1.0 vs app/templates/skyline/sections/wysiwyg_section/default/index.html.erb in skylinecms-3.2.0
- old
+ new
@@ -1,3 +1,3 @@
<div class="text">
- <%=wysiwyg_section.body%>
+ <%= wysiwyg_section.body.html_safe %>
</div>
\ No newline at end of file