diff --git a/docs/en/designers/language-custom-functions/language-function-html-image.xml b/docs/en/designers/language-custom-functions/language-function-html-image.xml
index e7adb4fe..4bcc0f89 100644
--- a/docs/en/designers/language-custom-functions/language-function-html-image.xml
+++ b/docs/en/designers/language-custom-functions/language-function-html-image.xml
@@ -86,6 +86,10 @@
href is the href value to link the image to. If link is supplied, an
<a href="LINKVALUE"><a> tag is put around the image tag.
+
+ All parameters that are not in the list above are printed as
+ name/value-pairs inside the created <img>-tag.
+
Technical Note