--- texinfo-4.3d/makeinfo/insertion.c Fri Jan 3 05:16:29 2003 +++ texinfo-4.3d.mod/makeinfo/insertion.c Fri Feb 7 21:47:16 2003 @@ -643,8 +643,14 @@ close_single_paragraph (); break; - /* Insertions that are no-ops in info, but do something in TeX. */ case cartouche: + if (html) + add_word ("
\n"); + if (in_menu) + no_discard++; + break; + + /* Insertions that are no-ops in info, but do something in TeX. */ case ifclear: case ifhtml: case ifinfo: @@ -869,8 +875,13 @@ close_insertion_paragraph (); break; - case group: case cartouche: + if (html) + add_word ("
\n"); + close_insertion_paragraph (); + break; + + case group: close_insertion_paragraph (); break;