[BACK]Return to tbl_html.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/tbl_html.c between version 1.12 and 1.13

version 1.12, 2015/10/06 18:30:44 version 1.13, 2015/10/12 00:07:27
Line 106 
Line 106 
   
         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.12  
changed lines
  Added in v.1.13