From f0d44ec898f0e6c4331e7ecca85a50f9ab13dee9 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 25 Feb 2009 14:27:58 +0100 Subject: s:hbody:/body:g in layouts & rendering guide --- railties/guides/source/layouts_and_rendering.textile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'railties') diff --git a/railties/guides/source/layouts_and_rendering.textile b/railties/guides/source/layouts_and_rendering.textile index d9bc605b84..f0fad2ba70 100644 --- a/railties/guides/source/layouts_and_rendering.textile +++ b/railties/guides/source/layouts_and_rendering.textile @@ -683,7 +683,7 @@ Within the context of a layout, +yield+ identifies a section where content from <%= yield %> - + @@ -696,7 +696,7 @@ You can also create a layout with multiple yielding regions: <%= yield %> - + @@ -723,7 +723,7 @@ The result of rendering this page into the supplied layout would be this HTML:

Hello, Rails!

- + -- cgit v1.2.3