X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=includes%2FXml.php;h=19b587871370779c6a7e5e2805c445e42a8807ea;hb=073a675adfc984835fd0cab406b9ca9f5d45355c;hp=db48cb01f3b9da9df8b272343a9ab71e97d6f9b8;hpb=d63121016d894e3fccf3308a26704472e69ec08f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Xml.php b/includes/Xml.php index db48cb01f3..19b5878713 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -751,12 +751,12 @@ class Xml { } /** - * Generate a form (without the opening form element). - * Output optionally includes a submit button. - * @param $fields Array Associative array, key is message corresponding to a description for the field (colon is in the message), value is appropriate input. - * @param $submitLabel String A message containing a label for the submit button. - * @return string HTML form. - */ + * Generate a form (without the opening form element). + * Output optionally includes a submit button. + * @param $fields Array Associative array, key is message corresponding to a description for the field (colon is in the message), value is appropriate input. + * @param $submitLabel String A message containing a label for the submit button. + * @return string HTML form. + */ public static function buildForm( $fields, $submitLabel = null ) { $form = ''; $form .= "";