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

Diff for /mandoc/mdoc_html.c between version 1.180 and 1.181

version 1.180, 2011/10/09 22:10:53 version 1.181, 2011/10/16 12:20:34
Line 503  mdoc_root_post(MDOC_ARGS)
Line 503  mdoc_root_post(MDOC_ARGS)
         print_otag(h, TAG_COL, 1, tag);          print_otag(h, TAG_COL, 1, tag);
         print_otag(h, TAG_COL, 1, tag);          print_otag(h, TAG_COL, 1, tag);
   
         t = print_otag(h, TAG_TBODY, 0, NULL);          print_otag(h, TAG_TBODY, 0, NULL);
   
         tt = print_otag(h, TAG_TR, 0, NULL);          tt = print_otag(h, TAG_TR, 0, NULL);
   

Legend:
Removed from v.1.180  
changed lines
  Added in v.1.181

CVSweb