@@ -1,6 +1,6 @@ |
||
| 1 | 1 | |
| 2 | 2 | <main> |
| 3 | - <h5><?= "My name is {$user->name}, i am {$user->age} years" ; ?></h5> |
|
| 3 | + <h5><?= "My name is {$user->name}, i am {$user->age} years"; ?></h5> |
|
| 4 | 4 | <br> |
| 5 | 5 | <?php $this->insert('components/article'); ?><!-- ./ --> |
| 6 | 6 | </main> |