diff --git a/htdocs/website/index.php b/htdocs/website/index.php index d414530f331..1eef84a1ae7 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -2270,6 +2270,7 @@ if (!GETPOST('hide_websitemenu')) */ print 'ref.'" class="button bordertransp"'.$disabled.' title="'.dol_escape_htmltag($langs->trans("ReplaceWebsiteContent")).'">'; + print ''; if (! empty($conf->global->WEBSITE_ADD_REGENERATE_BUTTON)) { print 'ref.'" class="button bordertransp"'.$disabled.' title="'.dol_escape_htmltag($langs->trans("RegenerateWebsiteContent")).'">'; }