diff --git a/server_status.php b/server_status.php index b6e8b148f..d82fc1963 100644 --- a/server_status.php +++ b/server_status.php @@ -587,22 +587,19 @@ foreach ($used_queries as $name => $value) { ?> +
-
- - -
- $value) { - $key = str_replace(array('Com_', '_'), array('', ' '), $key); - $chart_data[ucwords($key)] = (int)$value; - } - echo PMA_chart_pie(__('Query type'), $chart_data); - ?> -
+
+ $value) { + $key = str_replace(array('Com_', '_'), array('', ' '), $key); + $chart_data[ucwords($key)] = (int)$value; + } + echo PMA_chart_pie(__('Query type'), $chart_data); + ?>