Simon Josefsson wrote: > --- MODULES.html.sh 12 Jul 2006 15:19:16 -0000 1.123 > +++ MODULES.html.sh 14 Jul 2006 10:42:44 -0000 > @@ -2069,13 +2069,21 @@ func_all_modules () > func_end_table > > element="Support for building documentation" > - func_section_wrap build_lib > + func_section_wrap build_doc > func_wrap H2 > func_echo "$element" > > func_module fdl > func_module gendocs > func_end_table > + > + element="Other tools" > + func_section_wrap tools > + func_wrap H2 > + func_echo "$element" > + > + func_module gnupload > + func_end_table > } >
A func_begin_table invocation is missing before two paragraphs that end with func_end_table; the generated HTML is invalid. Bruno