[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.17 and 1.18

version 1.17, 2015/10/06 18:32:20 version 1.18, 2015/10/12 00:08:16
Line 108  print_tbl(struct html *h, const struct tbl_span *sp)
Line 108  print_tbl(struct html *h, const struct tbl_span *sp)
   
         switch (sp->pos) {          switch (sp->pos) {
         case TBL_SPAN_HORIZ:          case TBL_SPAN_HORIZ:
                 /* FALLTHROUGH */  
         case TBL_SPAN_DHORIZ:          case TBL_SPAN_DHORIZ:
                 PAIR_INIT(&tag, ATTR_COLSPAN, "0");                  PAIR_INIT(&tag, ATTR_COLSPAN, "0");
                 print_otag(h, TAG_TD, 1, &tag);                  print_otag(h, TAG_TD, 1, &tag);

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb