diff --git a/html/js/infobulle.js b/html/js/infobulle.js
index 381a36951..48ae712ae 100644
--- a/html/js/infobulle.js
+++ b/html/js/infobulle.js
@@ -20,7 +20,7 @@
* \code
// Example
echo JS_INFOBULLE;
- echo HtmlInput::infobulle(x);
+ echo HtmlInput::Icon_Action(x);
\endcode
*/
@@ -64,4 +64,4 @@ function displayBulle(p_comment) {
d.style.top=posY+offsetY+"px";
d.style.left=posX+offsetX+"px";
d.style.visibility="visible";
-}
\ No newline at end of file
+}