[BACK]Return to tbl_html.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/tbl_html.c between version 1.30 and 1.33

version 1.30, 2018/12/12 21:54:35 version 1.33, 2019/03/17 18:21:45
Line 24 
Line 24 
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
   #include "mandoc.h"
   #include "roff.h"
 #include "tbl.h"  #include "tbl.h"
 #include "out.h"  #include "out.h"
 #include "html.h"  #include "html.h"
Line 79  html_tbl_sulen(const struct roffsu *su, void *arg)
Line 81  html_tbl_sulen(const struct roffsu *su, void *arg)
 static void  static void
 html_tblopen(struct html *h, const struct tbl_span *sp)  html_tblopen(struct html *h, const struct tbl_span *sp)
 {  {
           html_close_paragraph(h);
         if (h->tbl.cols == NULL) {          if (h->tbl.cols == NULL) {
                 h->tbl.len = html_tbl_len;                  h->tbl.len = html_tbl_len;
                 h->tbl.slen = html_tbl_strlen;                  h->tbl.slen = html_tbl_strlen;

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.33

CVSweb