Merge pull request #987 from Linuus/master

Fixed encoding issues
This commit is contained in:
Thomas Reynolds 2013-08-17 15:36:13 -07:00
commit fd33768116

View file

@ -277,7 +277,7 @@ module Middleman
content = callback.call(content, path, locs, template_class)
end
output = ::ActiveSupport::SafeBuffer.new
output = ::ActiveSupport::SafeBuffer.new ""
output.safe_concat content
output
ensure