From f9b77fd15336f68f7c7af11a8d1e0ae52cf80d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 5 Aug 2011 13:51:05 +0200 Subject: [PATCH] Add missing space (bug#3386434) --- server_status.php | 1 + 1 file changed, 1 insertion(+) diff --git a/server_status.php b/server_status.php index 3b44a4ade..c4254a37d 100644 --- a/server_status.php +++ b/server_status.php @@ -489,6 +489,7 @@ if ($server_master_status || $server_slave_status) { } elseif ($server_slave_status) { echo __('This MySQL server works as slave in replication process.'); } + echo ' '; echo __('For further information about replication status on the server, please visit the replication section.'); echo '

'; }