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)
|
content = callback.call(content, path, locs, template_class)
|
||||||
end
|
end
|
||||||
|
|
||||||
output = ::ActiveSupport::SafeBuffer.new
|
output = ::ActiveSupport::SafeBuffer.new ""
|
||||||
output.safe_concat content
|
output.safe_concat content
|
||||||
output
|
output
|
||||||
ensure
|
ensure
|
||||||
|
|
Loading…
Reference in a new issue