diff --git a/pandora_console/extensions/module_groups.php b/pandora_console/extensions/module_groups.php index 48568f3bd3..affcff93de 100644 --- a/pandora_console/extensions/module_groups.php +++ b/pandora_console/extensions/module_groups.php @@ -351,7 +351,7 @@ function mainModuleGroups() } $data[$i][$j] = "
"; - $data[$i][$j] .= ''; + $data[$i][$j] .= ""; $data[$i][$j] .= $array_data[$key][$k]['total_count']; $data[$i][$j] .= '
'; } else {