diff --git a/setup/wizardsteps.class.inc.php b/setup/wizardsteps.class.inc.php index 6272d39ef..e2fa3ed3e 100644 --- a/setup/wizardsteps.class.inc.php +++ b/setup/wizardsteps.class.inc.php @@ -1733,7 +1733,7 @@ EOF if ($bSelected) { $aModules[$sModuleId] = true; // store the Id of the selected module - $sDisplayChoices .= '
  • '.$aModule['label'].' (auto_select)
  • '; + $sDisplayChoices .= '
  • '.$aModule['label'].' (auto_select)
  • '; $bModuleAdded = true; } }