makeinfo from Texinfo 4.2 sometimes inserts </p> at the beginning of the
first item in an enumerated list
Fix below (such as it is). It'll be in the next release.
Thanks for the report.
Index: insertion.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/insertion.c,v
retrieving revision 1.6
diff -c -r1.6 insertion.c
*** insertion.c 9 Oct 2002 16:32:40 -0000 1.6
--- insertion.c 14 Oct 2002 21:00:48 -0000
***************
*** 581,587 ****
filling_enabled = indented_fill = 1;
if (html)
! enum_html ();
if (xml)
xml_begin_enumerate (enumeration_arg);
--- 581,590 ----
filling_enabled = indented_fill = 1;
if (html)
! {
! enum_html ();
! in_paragraph = 0;
! }
if (xml)
xml_begin_enumerate (enumeration_arg);
_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo