Skip to content

Commit f3cec7f

Browse files
riconeitzelweaverryan
authored andcommitted
Correcting potential typo
Found in optional step #3: twig vs. php template is inconsistent in body-part
1 parent b774a9c commit f3cec7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/page_creation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ and in the ``app`` directory:
393393
<link rel="shortcut icon" href="<?php echo $view['assets']->getUrl('favicon.ico') ?>" />
394394
</head>
395395
<body>
396-
<?php $view['slots']->output('_content') ?>
397-
<?php $view['slots']->output('stylesheets') ?>
396+
<?php $view['slots']->output('body') ?>
397+
<?php $view['slots']->output('javascripts') ?>
398398
</body>
399399
</html>
400400

0 commit comments

Comments
 (0)