use latest padrino

This commit is contained in:
Thomas Reynolds 2013-06-04 09:56:33 -07:00
parent 39d3fa01ad
commit 69c36e691f
209 changed files with 2754 additions and 719 deletions

View file

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