diff --git a/htdocs/website/index.php b/htdocs/website/index.php
index 3606675a1c1..bb9d6ae43e0 100644
--- a/htdocs/website/index.php
+++ b/htdocs/website/index.php
@@ -2540,7 +2540,7 @@ if ($action == 'editmeta' || $action == 'createcontainer')
print '
| ';
$htmlhelp=$langs->trans("WEBSITE_IMAGEDesc");
- print $form->textwithpicto($langs->trans('WEBSITE_IMAGE'), $htmlhelp, 1, 'help', '', 0, 2, 'htmlheadertooltip');
+ print $form->textwithpicto($langs->trans('WEBSITE_IMAGE'), $htmlhelp, 1, 'help', '', 0, 2, 'imagetooltip');
print ' | ';
print '';
print ' |
';
@@ -2606,7 +2606,7 @@ if ($action == 'editmeta' || $action == 'createcontainer')
print '| ';
$htmlhelp=$langs->trans("WEBSITE_ALIASALTDesc");
- print $form->textwithpicto($langs->trans('WEBSITE_ALIASALT'), $htmlhelp, 1, 'help', '', 0, 2, 'htmlheadertooltip');
+ print $form->textwithpicto($langs->trans('WEBSITE_ALIASALT'), $htmlhelp, 1, 'help', '', 0, 2, 'aliastooltip');
print ' | ';
print '';
print ' |
';
@@ -2636,8 +2636,8 @@ if ($action == 'editmeta' || $action == 'createcontainer')
}
print '| ';
|