Skip to content

Commit e4b56d5

Browse files
riconeitzelweaverryan
authored andcommitted
body -> _content in PHP-Mode
1 parent f3cec7f commit e4b56d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ 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('body') ?>
396+
<?php $view['slots']->output('_content') ?>
397397
<?php $view['slots']->output('javascripts') ?>
398398
</body>
399399
</html>

0 commit comments

Comments
 (0)