app/helpers/external_helper.rb in styleus-0.0.8 vs app/helpers/external_helper.rb in styleus-0.0.9
- old
+ new
@@ -1,9 +1,9 @@
require 'styleus_helper'
module ExternalHelper
def index_documentation(&block)
- content_tag 'section', class: '__index_documentation', &block
+ content_tag('section', class: '__index_documentation', &block).html_safe
end
def documentation(&block)
_cleared_content_for :documentation, _styleus_documentation_wrap(&block)
end
\ No newline at end of file