[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.318 and 1.319

version 1.318, 2018/12/16 00:17:02 version 1.319, 2018/12/22 19:49:13
Line 534  mdoc_sh_pre(MDOC_ARGS)
Line 534  mdoc_sh_pre(MDOC_ARGS)
                 for (sn = n; sn != NULL; sn = sn->next) {                  for (sn = n; sn != NULL; sn = sn->next) {
                         tsec = print_otag(h, TAG_LI, "");                          tsec = print_otag(h, TAG_LI, "");
                         id = html_make_id(sn->head, 0);                          id = html_make_id(sn->head, 0);
                         print_otag(h, TAG_A, "hR", id);                          tsub = print_otag(h, TAG_A, "hR", id);
                         free(id);                          free(id);
                         print_mdoc_nodelist(meta, sn->head->child, h);                          print_mdoc_nodelist(meta, sn->head->child, h);
                           print_tagq(h, tsub);
                         tsub = NULL;                          tsub = NULL;
                         for (subn = sn->body->child; subn != NULL;                          for (subn = sn->body->child; subn != NULL;
                             subn = subn->next) {                              subn = subn->next) {

Legend:
Removed from v.1.318  
changed lines
  Added in v.1.319

CVSweb