From f6468db2f794567aea19465206f12868b9e71db1 Mon Sep 17 00:00:00 2001 From: Rico Neitzel Date: Thu, 30 Aug 2012 11:05:39 +0300 Subject: [PATCH 1/2] Correcting potential typo Found in optional step #3: twig vs. php template is inconsistent in body-part --- book/page_creation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/page_creation.rst b/book/page_creation.rst index 02f362aaa20..f0d7615761b 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -393,8 +393,8 @@ and in the ``app`` directory: - output('_content') ?> - output('stylesheets') ?> + output('body') ?> + output('javascripts') ?> From 8e29d55521a71eefa5ba2064d58027d28c225ee6 Mon Sep 17 00:00:00 2001 From: Rico Neitzel Date: Wed, 31 Oct 2012 23:32:07 +0100 Subject: [PATCH 2/2] body -> _content in PHP-Mode --- book/page_creation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/page_creation.rst b/book/page_creation.rst index f0d7615761b..1c358976b71 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -393,7 +393,7 @@ and in the ``app`` directory: - output('body') ?> + output('_content') ?> output('javascripts') ?>