From 550c71f4a1cb035cc71298a70a536ddb0188c109 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Sun, 14 Sep 2014 20:01:34 -0400 Subject: [PATCH] Correct POD for layouts Fixes #1 --- Changes | 1 + lib/Dancer/Template/Mustache.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 66ad3b6..e844249 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,7 @@ Revision history for Dancer-Template-Mustache [BUG FIXES] [DOCUMENTATION] + - Correct the POD for layouts. (GH#1, VinceW) [ENHANCEMENTS] diff --git a/lib/Dancer/Template/Mustache.pm b/lib/Dancer/Template/Mustache.pm index 584c347..228f054 100644 --- a/lib/Dancer/Template/Mustache.pm +++ b/lib/Dancer/Template/Mustache.pm @@ -79,7 +79,7 @@ template is sent via the usual I template variable. So a typical mustached layout would look like: - {{ content }} + {{{ content }}} =head1 SEE ALSO