N°1061: Remove bold on "auto_select" lines in setup "ready to install" step

This commit is contained in:
steffunky
2018-11-07 10:08:55 +01:00
parent a962f6535e
commit 170d84d635

View File

@@ -1733,7 +1733,7 @@ EOF
if ($bSelected)
{
$aModules[$sModuleId] = true; // store the Id of the selected module
$sDisplayChoices .= '<li><b>'.$aModule['label'].' (auto_select)</b></li>';
$sDisplayChoices .= '<li>'.$aModule['label'].' (auto_select)</li>';
$bModuleAdded = true;
}
}