diff --git a/libraries/server_plugins.lib.php b/libraries/server_plugins.lib.php
index 5808b3c7aa..d9b85022b6 100644
--- a/libraries/server_plugins.lib.php
+++ b/libraries/server_plugins.lib.php
@@ -163,17 +163,13 @@ function PMA_getModuleList($modules)
$html .= '
' . htmlspecialchars($module_name) . ' | ';
$html .= '' . htmlspecialchars($module['info']['module_description'])
. ' | ';
- $html .= '' . htmlspecialchars($module['info']['module_library'])
- $html .= ' | ' . htmlspecialchars($module['info']['module_description'])
+ $html .= ' | ' . htmlspecialchars($module['info']['module_library'])
. ' | ';
- $html .= '' . htmlspecialchars($module['info']['module_version'])
- $html .= ' | ' . htmlspecialchars($module['info']['module_description'])
+ $html .= ' | ' . htmlspecialchars($module['info']['module_version'])
. ' | ';
- $html .= '' . htmlspecialchars($module['info']['module_author'])
- $html .= ' | ' . htmlspecialchars($module['info']['module_description'])
+ $html .= ' | ' . htmlspecialchars($module['info']['module_author'])
. ' | ';
- $html .= '' . htmlspecialchars($module['info']['module_license'])
- $html .= ' | ' . htmlspecialchars($module['info']['module_description'])
+ $html .= ' | ' . htmlspecialchars($module['info']['module_license'])
. ' | ';
$html .= '';
$html .= '';