[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.1 and 1.2

version 1.1, 2011/01/04 10:29:41 version 1.2, 2011/01/04 15:02:00
Line 63  print_tbl(struct html *h, const struct tbl_span *sp)
Line 63  print_tbl(struct html *h, const struct tbl_span *sp)
                 }                  }
                 tt = print_otag(h, TAG_TD, 0, NULL);                  tt = print_otag(h, TAG_TD, 0, NULL);
                 if (dp) {                  if (dp) {
                         print_text(h, dp->string);                          if (dp->string)
                                   print_text(h, dp->string);
                         dp = dp->next;                          dp = dp->next;
                 }                  }
                 print_tagq(h, tt);                  print_tagq(h, tt);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb