Skip to content

Commit

Permalink
small documentation tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 9, 2011
1 parent b9c9302 commit 10ed45b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Lite.pm
Expand Up @@ -248,7 +248,7 @@ Templates can have layouts.
@@ with_layout.html.ep
% title 'Green!';
% layout 'green';
We've got content!
Hello World!
@@ layouts/green.html.ep
<!doctype html><html>
Expand Down Expand Up @@ -297,7 +297,7 @@ content.
<% content_for header => begin %>
<meta http-equiv="Pragma" content="no-cache">
<% end %>
We've got content!
Hello World!
<% content_for header => begin %>
<meta http-equiv="Expires" content="-1">
<% end %>
Expand Down

0 comments on commit 10ed45b

Please sign in to comment.