commit
fd33768116
1 changed files with 1 additions and 1 deletions
|
@ -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