diff options
-rw-r--r-- | app/Template/app/notifications.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/app/notifications.php b/app/Template/app/notifications.php index 4cb3c571..b64eb0b7 100644 --- a/app/Template/app/notifications.php +++ b/app/Template/app/notifications.php @@ -2,8 +2,8 @@ <h2><?= t('My notifications') ?></h2> <?php if (empty($notifications)): ?> - <p class="alert"><?= t('No new notifications.') ?></p> </div> +<p class="alert"><?= t('No new notifications.') ?></p> <?php else: ?> <ul> <li> |