diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Template/layout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php index d02ba08d..7d986309 100644 --- a/app/Template/layout.php +++ b/app/Template/layout.php @@ -66,7 +66,7 @@ <section class="page"> <?= $this->app->flashMessage() ?> <?= $content_for_layout ?> - </section> + </section> <?php endif ?> </body> </html> |