diff --git a/test/results/partial_layout_erb.xhtml b/test/results/partial_layout_erb.xhtml index 53b96e3b..1ac1bc0a 100644 --- a/test/results/partial_layout_erb.xhtml +++ b/test/results/partial_layout_erb.xhtml @@ -1,5 +1,5 @@

Partial layout used with for block:

This is inside a partial layout

-

Some content within a layout

+ Some content within a layout
\ No newline at end of file diff --git a/test/templates/partial_layout_erb.erb b/test/templates/partial_layout_erb.erb index c05ddb38..7f883775 100644 --- a/test/templates/partial_layout_erb.erb +++ b/test/templates/partial_layout_erb.erb @@ -1,4 +1,4 @@

Partial layout used with for block:

<%= render :layout => 'layout_for_partial' do -%> -

Some content within a layout

+Some content within a layout <% end %>