diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index e829fdf6661..9618c722dd6 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -523,7 +523,7 @@ class Form
* @param string $extracss Add a CSS style to td, div or span tag
* @param int $noencodehtmltext Do not encode into html entity the htmltext
* @param int $notabs 0=Include table and tr tags, 1=Do not include table and tr tags, 2=use div, 3=use span
- * @param string $tooltiptrigger ''=Tooltip on hover, 'abc'=Tooltip on click (abc is a unique key)
+ * @param string $tooltiptrigger ''=Tooltip on hover, 'abc'=Tooltip on click (abc is a unique key, clickable link is on image or on link if param $type='none')
* @param int $forcenowrap Force no wrap between text and picto (works with notabs=2 only)
* @return string HTML code of text, picto, tooltip
*/
diff --git a/htdocs/website/index.php b/htdocs/website/index.php
index c723b71429e..93b06619f8c 100644
--- a/htdocs/website/index.php
+++ b/htdocs/website/index.php
@@ -2393,7 +2393,8 @@ if (! GETPOST('hide_websitemenu'))
}
else
{
- print $form->textwithpicto($langs->trans("SyntaxHelp"), $htmltext, 1, 'help', 'inline-block', 1, 2, 'tooltipsubstitution');
+ //img_help(($tooltiptrigger != '' ? 2 : 1), $alt)
+ print $form->textwithpicto($langs->trans("SyntaxHelp").' '.img_help(2, $langs->trans("SyntaxHelp")), $htmltext, 1, 'none', 'inline-block', 1, 2, 'tooltipsubstitution');
}
}
print ''; // end websitehelp