diff --git a/emhttp/plugins/dynamix/include/SysDrivers.php b/emhttp/plugins/dynamix/include/SysDrivers.php index 2b6ee2fa0..f6ad7cf34 100644 --- a/emhttp/plugins/dynamix/include/SysDrivers.php +++ b/emhttp/plugins/dynamix/include/SysDrivers.php @@ -79,9 +79,9 @@ switch ($_POST['table']) { $supporthtml = "" ; } } - if (isset($module["version"])) $version = "(".$module["version"].")" ; else $version = "" ; + if (isset($module["version"])) $version = " (".$module["version"].")" ; else $version = "" ; - $html .= "$modname $version$supporthtml" ; + $html .= "$modname$version$supporthtml" ; $html .= "{$module['description']}{$module['state']}{$module['type']}"; $text = "" ;