examples/sample_app/dist/app/views/layout/foo.herb in merb-0.0.7 vs examples/sample_app/dist/app/views/layout/foo.herb in merb-0.0.8
- old
+ new
@@ -1,6 +1,6 @@
<html>
<title>Foo.rhtml</title>
<body>
- <%= @layout_content %>
+ <%= @_layout_content %>
</body>
</html>
\ No newline at end of file