Fixed encoding for new buffer
This commit is contained in:
parent
f92ae94728
commit
e77e615314
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue