rollback some versions

This commit is contained in:
Thomas Reynolds 2013-05-03 11:24:05 -07:00
parent fdc5154462
commit 4964022998
5 changed files with 9 additions and 6 deletions

View file

@ -413,7 +413,8 @@ module Middleman
@_out_buf = _buf_was
end
concat_safe_content render_individual_file(layout_path, @current_locs || {}, @current_opts || {}, self) { content }
# concat_safe_content
concat_content render_individual_file(layout_path, @current_locs || {}, @current_opts || {}, self) { content }
ensure
@current_engine = engine_was
end