From 55dba928573a40ff104192b657097d6956608700 Mon Sep 17 00:00:00 2001 From: nlopess Date: Tue, 10 May 2005 15:09:49 +0000 Subject: [PATCH] fix build.. --- .../language-function-include-php.xml | 40 +++++++++-------- .../language-function-html-options.xml | 43 ++++++++++--------- .../language-function-html-radios.xml | 2 +- 3 files changed, 44 insertions(+), 41 deletions(-) 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.