diff --git a/docs/en/designers/language-builtin-functions/language-function-include-php.xml b/docs/en/designers/language-builtin-functions/language-function-include-php.xml index e7982bd0..e89263fc 100644 --- a/docs/en/designers/language-builtin-functions/language-function-include-php.xml +++ b/docs/en/designers/language-builtin-functions/language-function-include-php.xml @@ -124,22 +124,24 @@ - diff --git a/docs/en/designers/language-custom-functions/language-function-html-options.xml b/docs/en/designers/language-custom-functions/language-function-html-options.xml index b4d5b5fa..ea7b06a0 100644 --- a/docs/en/designers/language-custom-functions/language-function-html-options.xml +++ b/docs/en/designers/language-custom-functions/language-function-html-options.xml @@ -70,12 +70,12 @@ If the optional name attribute is given, the - tags will enclose + <select name="groupname"></select> tags will enclose the option list. Otherwise only the option list is generated. All parameters that are not in the list above are printed as - name/value-pairs inside the -tags. + name/value-pairs inside each of the created <input>-tags.