From: Antoine Musso Date: Thu, 30 Sep 2004 23:48:22 +0000 (+0000) Subject: typo X-Git-Tag: 1.5.0alpha1~1718 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=514120660ab6516d5c0e267b5084ddf105fd3f5c;p=lhc%2Fweb%2Fwiklou.git typo --- diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index b93b3b4c72..9a04139946 100644 --- a/includes/HTMLForm.php +++ b/includes/HTMLForm.php @@ -31,7 +31,7 @@ class HTMLForm { ( $checked ? ' checked="checked"' : '' ) . " />" . wfMsg( $this->mName.'-'.$varname.'-'.$value ) . "\n"; } - return $this->fieldset( $this->mName'-'.$varname, $s ); + return $this->fieldset( $this->mName.'-'.$varname, $s ); } /* private */ function arraybox( $varname , $size=20 ) {