From c70f72d76e985abe2c1ca4242ac248d317386200 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Tue, 20 Dec 2022 20:48:45 +0100 Subject: [PATCH] better view --- _config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.php b/_config.php index 88b136e..f5881e2 100644 --- a/_config.php +++ b/_config.php @@ -103,7 +103,7 @@ if (!$last_report_ts) { } $emails = implode(';', dcCore::app()->activityReport->getSetting('mailinglist')); -echo '

' . ($super ? __('All blogs') : __('Current blog')) . '

'; +echo '

' . ($super ? __('All blogs') : __('Current blog')) . '

'; if (dcCore::app()->auth->isSuperAdmin()) { echo sprintf(