[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.202 and 1.203

version 1.202, 2014/09/27 09:05:57 version 1.203, 2014/09/27 09:13:39
Line 503  mdoc_root_post(MDOC_ARGS)
Line 503  mdoc_root_post(MDOC_ARGS)
         print_stagq(h, tt);          print_stagq(h, tt);
   
         PAIR_CLASS_INIT(&tag[0], "foot-os");          PAIR_CLASS_INIT(&tag[0], "foot-os");
         PAIR_INIT(&tag[1], ATTR_ALIGN, "right");          print_otag(h, TAG_TD, 1, tag);
         print_otag(h, TAG_TD, 2, tag);  
         print_text(h, meta->os);          print_text(h, meta->os);
         print_tagq(h, t);          print_tagq(h, t);
 }  }
Line 551  mdoc_root_pre(MDOC_ARGS)
Line 550  mdoc_root_pre(MDOC_ARGS)
         print_stagq(h, tt);          print_stagq(h, tt);
   
         PAIR_CLASS_INIT(&tag[0], "head-rtitle");          PAIR_CLASS_INIT(&tag[0], "head-rtitle");
         PAIR_INIT(&tag[1], ATTR_ALIGN, "right");          print_otag(h, TAG_TD, 1, tag);
         print_otag(h, TAG_TD, 2, tag);  
         print_text(h, title);          print_text(h, title);
         print_tagq(h, t);          print_tagq(h, t);
   

Legend:
Removed from v.1.202  
changed lines
  Added in v.1.203

CVSweb