[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.52 and 1.53

version 1.52, 2010/01/01 17:14:29 version 1.53, 2010/01/29 14:39:38
Line 266  html_mdoc(void *arg, const struct mdoc *m)
Line 266  html_mdoc(void *arg, const struct mdoc *m)
   
         h = (struct html *)arg;          h = (struct html *)arg;
   
         print_gen_doctype(h);          print_gen_decls(h);
         t = print_otag(h, TAG_HTML, 0, NULL);          t = print_otag(h, TAG_HTML, 0, NULL);
         print_mdoc(mdoc_meta(m), mdoc_node(m), h);          print_mdoc(mdoc_meta(m), mdoc_node(m), h);
         print_tagq(h, t);          print_tagq(h, t);

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

CVSweb