diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index 09f3f85b7e4..76a4fbc1af8 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -1437,7 +1437,9 @@ function top_htmlhead($head, $title = '', $disablejs = 0, $disablehead = 0, $arr
print ''."\n"; // Do not index
print ''."\n"; // Scale for mobile device
print ''."\n";
-
+ if (!empty($conf->global->MAIN_FEATURES_LEVEL)) {
+ print ''."\n";
+ }
// Favicon
$favicon = DOL_URL_ROOT.'/theme/dolibarr_256x256_color.png';
if (!empty($mysoc->logo_squarred_mini)) {