From ee69f251fdead1f8cbe85bb47eeab7abe77848e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 15 Aug 2011 17:33:57 +0200 Subject: [PATCH] Fix HTML tags --- server_status.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/server_status.php b/server_status.php index 1add0b6932..1695e99ef2 100644 --- a/server_status.php +++ b/server_status.php @@ -836,16 +836,16 @@ function printQueryStatistics() echo sprintf(__('Questions since startup: %s'), PMA_formatNumber($total_queries, 0)) . ' '; echo PMA_showMySQLDocu('server-status-variables', 'server-status-variables', false, 'statvar_Questions'); ?> -
+
'; + echo '
'; echo 'ø ' . __('per minute') . ': '; echo PMA_formatNumber( $total_queries * 60 / $server_status['Uptime'], 0); - echo '
'; + echo '
'; if ($total_queries / $server_status['Uptime'] >= 1) { echo 'ø ' . __('per second') . ': '; @@ -1461,7 +1461,7 @@ function printMonitor() '; refreshList('gridChartRefresh', 5, Array(2, 3, 4, 5, 10, 20, 40, 60, 120, 300, 600, 1200)); - ?>
+ ?>

@@ -1536,7 +1536,7 @@ function printMonitor()
-
+

+

-
+

+