From 34da417e79015a7ffe8976f99ccfe948878a08ce Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Thu, 1 Jun 2000 00:22:22 +0000 Subject: [PATCH] See changelog 20000531-21:20 gmt-3 --- harbour/utils/hbdoc/genhtm.prg | 5 +++-- harbour/utils/hbdoc/genng.prg | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/harbour/utils/hbdoc/genhtm.prg b/harbour/utils/hbdoc/genhtm.prg index d7bc53cd42..0f786e5a70 100644 --- a/harbour/utils/hbdoc/genhtm.prg +++ b/harbour/utils/hbdoc/genhtm.prg @@ -1137,6 +1137,7 @@ FUNCTION ProchtmDesc( cBuffer, oHtm, cStyle ) IF lEndTable GenhtmTable( oHtm ) + LFstTableItem := .T. ENDIF ENDIF RETURN nil @@ -1235,8 +1236,8 @@ RETURN Nil FUNCTION GenhtmTable( oHtm ) LOCAL x - oHtm:WriteText( "
" ) - oHtm:WriteText( "
" ) +/* oHtm:WriteText( "
" ) + oHtm:WriteText( "
" )*/ oHtm:WriteText( '' ) //-4 FOR x := 1 TO LEN( asitable ) diff --git a/harbour/utils/hbdoc/genng.prg b/harbour/utils/hbdoc/genng.prg index 2f7f0c1f39..0c0212840d 100644 --- a/harbour/utils/hbdoc/genng.prg +++ b/harbour/utils/hbdoc/genng.prg @@ -1530,6 +1530,7 @@ FUNCTION ProcNGDesc( cBuffer, oNgi, cStyle ) ENDDO IF lEndTable GenNgTable( oNgi ) + LFstTableItem:=.T. ENDIF ENDIF // If cStyle=="Description" .or. cStyle=="Compliance"