diff --git a/htdocs/public/websites/index.php b/htdocs/public/websites/index.php index a2dcbfc3dc6..991ca11b683 100644 --- a/htdocs/public/websites/index.php +++ b/htdocs/public/websites/index.php @@ -177,7 +177,7 @@ if (! file_exists($original_file_osencoded)) // Output page content define('USEDOLIBARRSERVER', 1); -print "\n".''."\n"; +print ''."\n"; include_once $original_file_osencoded; diff --git a/htdocs/websites/index.php b/htdocs/websites/index.php index 535c1a063df..0b621577463 100644 --- a/htdocs/websites/index.php +++ b/htdocs/websites/index.php @@ -1112,7 +1112,7 @@ if ($action == 'preview') { $objectpage->fetch($pageid); - $out = "\n".''."\n"; + $out = ''."\n"; $out.='
'."\n";