[dokuwiki] form_listboxfield produces invalid html

  • From: Gina Häußge <gina@xxxxxxxxxx>
  • To: Dokuwiki mailinglist <dokuwiki@xxxxxxxxxxxxx>
  • Date: Mon, 07 Apr 2008 23:08:19 +0200

Hi *,

Yet again I fell over something.

A missing . in form_listboxfield(...) from inc/form.php caused an
assignment instead of a concatenation, causing missing html tags (namely
the start of the rendered select-tag and the label) in the generated output.

As usual, a patch is attached (and I really have some serious problems
calling something that only adds a tiny . in such a huge codebase a
"patch" ;)).

HTH,
  Gina

Other related posts:

  • » [dokuwiki] form_listboxfield produces invalid html