typo
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 30 Sep 2004 23:48:22 +0000 (23:48 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 30 Sep 2004 23:48:22 +0000 (23:48 +0000)
includes/HTMLForm.php

index b93b3b4..9a04139 100644 (file)
@@ -31,7 +31,7 @@ class HTMLForm {
                                ( $checked ? ' checked="checked"' : '' ) . " />" . wfMsg( $this->mName.'-'.$varname.'-'.$value ) .
                                "</label></div>\n";
                }
-               return $this->fieldset( $this->mName'-'.$varname, $s );
+               return $this->fieldset( $this->mName.'-'.$varname, $s );
        }
 
        /* private */ function arraybox( $varname , $size=20 ) {