[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnulib] gnupload
From: |
Bruno Haible |
Subject: |
Re: [bug-gnulib] gnupload |
Date: |
Thu, 20 Jul 2006 16:51:46 +0200 |
User-agent: |
KMail/1.9.1 |
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
- gnupload, Simon Josefsson, 2006/07/14
- Re: gnupload, Eric Blake, 2006/07/14
- Re: [bug-gnulib] gnupload,
Bruno Haible <=