The branch, QA_3_4 has been updated via f9b77fd15336f68f7c7af11a8d1e0ae52cf80d1d (commit) from 7b9e61dac14d52d42317ea1fd4b1571d320f38b7 (commit)
- Log ----------------------------------------------------------------- commit f9b77fd15336f68f7c7af11a8d1e0ae52cf80d1d Author: Michal Čihař mcihar@suse.cz Date: Fri Aug 5 13:51:05 2011 +0200
Add missing space (bug#3386434)
-----------------------------------------------------------------------
Summary of changes: server_status.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/server_status.php b/server_status.php index 3b44a4a..c4254a3 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 <b>slave</b> in <b>replication</b> process.'); } + echo ' '; echo __('For further information about replication status on the server, please visit the <a href=#replication>replication section</a>.'); echo '</p>'; }
hooks/post-receive