From c8fd4a2385507cd2f4eb27f2b82107902a730892 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 3 Sep 2019 22:48:35 +0200 Subject: [PATCH] Fix phpcs --- htdocs/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index 5a22dd2e13f..d50b5248fab 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -825,13 +825,11 @@ if (empty($conf->global->MAIN_DISABLE_GLOBAL_WORKBOARD)) { $boxwork .= ''; // End table array of working board $boxwork .= ''; - if (!empty($isIntopOpenedDashBoard)) { print '
'; print '
' . $openedDashBoard . '
'; print '
'; } - }