[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.344 and 1.345

version 1.344, 2022/06/25 12:44:25 version 1.345, 2022/07/03 14:29:45
Line 302  html_mdoc(void *arg, const struct roff_meta *mdoc)
Line 302  html_mdoc(void *arg, const struct roff_meta *mdoc)
         }          }
   
         mdoc_root_pre(mdoc, h);          mdoc_root_pre(mdoc, h);
         t = print_otag(h, TAG_DIV, "c", "manual-text");          t = print_otag(h, TAG_MAIN, "c", "manual-text");
         print_mdoc_nodelist(mdoc, n, h);          print_mdoc_nodelist(mdoc, n, h);
         print_tagq(h, t);          print_tagq(h, t);
         mdoc_root_post(mdoc, h);          mdoc_root_post(mdoc, h);

Legend:
Removed from v.1.344  
changed lines
  Added in v.1.345

CVSweb