test/fixtures/markup_app/views/content_for.erb in padrino-helpers-0.8.1 vs test/fixtures/markup_app/views/content_for.erb in padrino-helpers-0.8.2
- old
+ new
@@ -1,9 +1,9 @@
<% content_for :demo do %>
<h1>This is content yielded from a content_for</h1>
<% end %>
-<div class='demo'><%= yield_content :demo %></p>
+<div class='demo'><%= yield_content :demo %></div>
<% content_for :demo2 do |fname, lname| %>
<h1>This is content yielded with name <%= fname + " " + lname %></h1>
<% end %>
\ No newline at end of file