Fix example code

dev
gravel 11 months ago
parent 6877337400
commit 833a9b4de3
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -71,13 +71,13 @@ in multi-line HTML child node position shall be followed by an extra line:
```php ```php
<body> <body>
<div> <div>
<?php if ($bowl->has_food()): > <?php if ($bowl->has_food()): ?>
<?= $bowl->describe_food() ?> <?= $bowl->describe_food() ?>
<?php else: > <?php else: ?>
<?php include 'bowl-empty.php'; > <?php include 'bowl-empty.php'; ?>
<?php endif; > <?php endif; ?>
</div> </div>
</body> </body>
``` ```

Loading…
Cancel
Save