diff options
Diffstat (limited to 'templates/layouts/dialog.php')
| -rw-r--r-- | templates/layouts/dialog.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/dialog.php b/templates/layouts/dialog.php index ddf9280..147f69d 100644 --- a/templates/layouts/dialog.php +++ b/templates/layouts/dialog.php @@ -1,2 +1,2 @@ -<?= implode(PageLayout::getMessages()) ?> -<?= $content_for_layout ?>
\ No newline at end of file +<?= implode('', PageLayout::getMessages()) ?> +<?= $content_for_layout ?> |
