[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.204 and 1.205

version 1.204, 2014/09/27 09:20:03 version 1.205, 2014/09/27 09:26:01
Line 489  mdoc_root_post(MDOC_ARGS)
Line 489  mdoc_root_post(MDOC_ARGS)
   
         PAIR_CLASS_INIT(&tag, "foot");          PAIR_CLASS_INIT(&tag, "foot");
         t = print_otag(h, TAG_TABLE, 1, &tag);          t = print_otag(h, TAG_TABLE, 1, &tag);
         PAIR_INIT(&tag, ATTR_WIDTH, "50%");  
         print_otag(h, TAG_COL, 1, &tag);  
         print_otag(h, TAG_COL, 1, &tag);  
   
         print_otag(h, TAG_TBODY, 0, NULL);          print_otag(h, TAG_TBODY, 0, NULL);
   
Line 529  mdoc_root_pre(MDOC_ARGS)
Line 526  mdoc_root_pre(MDOC_ARGS)
   
         PAIR_CLASS_INIT(&tag, "head");          PAIR_CLASS_INIT(&tag, "head");
         t = print_otag(h, TAG_TABLE, 1, &tag);          t = print_otag(h, TAG_TABLE, 1, &tag);
         PAIR_INIT(&tag, ATTR_WIDTH, "30%");  
         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_TBODY, 0, NULL);          print_otag(h, TAG_TBODY, 0, NULL);
   

Legend:
Removed from v.1.204  
changed lines
  Added in v.1.205

CVSweb