Skip to content

Commit

Permalink
Correct POD for layouts
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
Yanick Champoux committed Sep 15, 2014
1 parent 95d94f6 commit 550c71f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -6,6 +6,7 @@ Revision history for Dancer-Template-Mustache
[BUG FIXES]

[DOCUMENTATION]
- Correct the POD for layouts. (GH#1, VinceW)

[ENHANCEMENTS]

Expand Down
2 changes: 1 addition & 1 deletion lib/Dancer/Template/Mustache.pm
Expand Up @@ -79,7 +79,7 @@ template is sent via the usual I<content> template variable. So a typical
mustached layout would look like:
<body>
{{ content }}
{{{ content }}}
</body>
=head1 SEE ALSO
Expand Down

0 comments on commit 550c71f

Please sign in to comment.