diff --git a/htdocs/core/lib/functions2.lib.php b/htdocs/core/lib/functions2.lib.php index 14e982be9f3..37419ef86c0 100644 --- a/htdocs/core/lib/functions2.lib.php +++ b/htdocs/core/lib/functions2.lib.php @@ -3133,9 +3133,9 @@ function printCodeForPing($constanttosavelastko, $constanttosavefirstok, $arrayo // Disable ping if $constanttosavelastpingko is set and is recent (this month) if (getDolGlobalString($constanttosavelastko) && substr(getDolGlobalString($constanttosavelastko), 0, 6) == dol_print_date(dol_now(), '%Y%m') && !$forceping) { - print "\n\n"; + print "\n\n"; } else { - print "\n".''."\n"; + print "\n".''."\n"; print "\n"; $url_for_ping = getDolGlobalString('MAIN_URL_FOR_PING', "https://ping.dolibarr.org/"); // Try to guess the distrib used