diff --git a/server_synchronize.php b/server_synchronize.php
index 4a998b9b63..92098b5ee2 100644
--- a/server_synchronize.php
+++ b/server_synchronize.php
@@ -68,7 +68,7 @@ if ((isset($_REQUEST['submit_connect']))) {
*/
echo '
' . "\n" ;
if(!$src_connection) {
- echo "Could not connect to the source";
+ echo "Could not connect to the source
";
}
if(!$trg_connection){
echo "Could not connect to the target";
@@ -93,10 +93,10 @@ if ((isset($_REQUEST['submit_connect']))) {
*/
echo '
' . "\n" ;
if ($src_db_selected != 1) {
- echo "'".$src_db."' database does not exists";
+ echo "'".$src_db."' database does not exists
";
}
if ($trg_db_selected != 1) {
- echo "'".$trg_db."' database does not exists";
+ echo "'".$trg_db."' database does not exists
";
}
echo '
';
unset($_REQUEST['submit_connect']);
@@ -1184,22 +1184,27 @@ if (isset($_REQUEST['synchronize_db'])) {
*/
echo '
';
@@ -1208,22 +1213,27 @@ if (isset($_REQUEST['synchronize_db'])) {
*/
echo '