Skip to content

Commit

Permalink
just use the content helper in examples consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 3, 2015
1 parent 275f0e7 commit 60a4c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -782,7 +782,7 @@ also be used to pass whole sections of the template to the layout.
@@ layouts/mylayout.html.ep
<!DOCTYPE html>
<html>
<head><%= content_for 'header' %></head>
<head><%= content 'header' %></head>
<body><%= content %></body>
</html>

Expand Down

0 comments on commit 60a4c33

Please sign in to comment.