[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/makeinfo makeinfo.c,1.14,1.15
From: |
dirt |
Subject: |
texinfo/makeinfo makeinfo.c,1.14,1.15 |
Date: |
Tue, 30 Dec 2003 12:27:32 +0100 |
Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv7733/makeinfo
Modified Files:
makeinfo.c
Log Message:
2003-12-30 Alper Ersoy <address@hidden>
* makeinfo/makeinfo.c (add_char): added forgotten html check to
in_html_block_level_elt if block.
Index: makeinfo.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/makeinfo.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** makeinfo.c 2003/12/30 11:15:23 1.14
--- makeinfo.c 2003/12/30 11:27:29 1.15
***************
*** 2641,2645 ****
inserted when we already have html markup starting a paragraph,
as with <ul> and <h1> and the like. */
! if (!in_html_block_level_elt)
{
insert_string ("<p>");
--- 2641,2645 ----
inserted when we already have html markup starting a paragraph,
as with <ul> and <h1> and the like. */
! if (html && !in_html_block_level_elt)
{
insert_string ("<p>");
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo/makeinfo makeinfo.c,1.14,1.15,
dirt <=