aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test/nested_layout.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/test/nested_layout.erb')
-rw-r--r--actionpack/test/fixtures/test/nested_layout.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/test/nested_layout.erb b/actionpack/test/fixtures/test/nested_layout.erb
index 7b6dcbb6c7..6078f74b4c 100644
--- a/actionpack/test/fixtures/test/nested_layout.erb
+++ b/actionpack/test/fixtures/test/nested_layout.erb
@@ -1,3 +1,3 @@
<% content_for :title, "title" -%>
<% content_for :column do -%>column<% end -%>
-<% render :layout => 'layouts/column' do -%>content<% end -%> \ No newline at end of file
+<%= render :layout => 'layouts/column' do -%>content<% end -%> \ No newline at end of file