[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.31 and 1.32

version 1.31, 2018/12/16 00:17:02 version 1.32, 2019/01/06 04:55:09
Line 80  html_tbl_sulen(const struct roffsu *su, void *arg)
Line 80  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.31  
changed lines
  Added in v.1.32

CVSweb