Extra space that matters - could already be fixed, but I didn't see it in the forum
  • EcotypeS November 2011
    Form_builder.php -- line 1161

    is

    $this->form_attrs['enctype'] = ' multipart/form-data';

    but needs to be

    $this->form_attrs['enctype'] = 'multipart/form-data';

    Note the space before multipart. Some browsers (Chrome) don't care. Some do (Firefox, Explorer)

    Cheers -
  • adminadmin November 2011
    Thanks for the report. That fix has been pushed to the repo.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

Categories