Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-09-03 22:48:35 +02:00
parent b445c0eec7
commit c8fd4a2385

View File

@ -825,13 +825,11 @@ if (empty($conf->global->MAIN_DISABLE_GLOBAL_WORKBOARD)) {
$boxwork .= '</table>'; // End table array of working board
$boxwork .= '</div>';
if (!empty($isIntopOpenedDashBoard)) {
print '<div class="fichecenter">';
print '<div class="opened-dash-board-wrap"><div class="box-flex-container">' . $openedDashBoard . '</div></div>';
print '</div>';
}
}