From d008f5a5f04d67fab74620d734f403cf3e3758ff Mon Sep 17 00:00:00 2001 From: Christoph Hummer Date: Tue, 24 Oct 2023 11:54:52 +0200 Subject: [PATCH] Just for the looks - only add space if version number from module is found --- emhttp/plugins/dynamix/include/SysDrivers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = "" ;