[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem with enumerated list
From: |
Karl Berry |
Subject: |
Re: problem with enumerated list |
Date: |
Mon, 14 Oct 2002 17:08:12 -0400 |
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);