diff --git a/htdocs/website/index.php b/htdocs/website/index.php
index 0e192ff0212..b7062b4f599 100644
--- a/htdocs/website/index.php
+++ b/htdocs/website/index.php
@@ -2741,6 +2741,7 @@ if (!GETPOST('hide_websitemenu')) {
$htmltext .= '
'.$langs->trans("GoTo").' '.$virtualurl.'
';
}
if (!empty($conf->global->WEBSITE_REPLACE_INFO_ABOUT_USAGE_WITH_WEBSERVER)) {
+ $htmltext .= '';
$htmltext .= '
'.$langs->trans($conf->global->WEBSITE_REPLACE_INFO_ABOUT_USAGE_WITH_WEBSERVER);
} else {
$htmltext .= $langs->trans("SetHereVirtualHost", $dataroot);