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

Diff for /mandoc/man_html.c between version 1.101 and 1.102

version 1.101, 2014/09/27 09:20:03 version 1.102, 2014/09/27 09:26:01
Line 309  man_root_pre(MAN_ARGS)
Line 309  man_root_pre(MAN_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);
   
Line 344  man_root_post(MAN_ARGS)
Line 340  man_root_post(MAN_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);  
   
         tt = print_otag(h, TAG_TR, 0, NULL);          tt = print_otag(h, TAG_TR, 0, NULL);
   

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

CVSweb