[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.311 and 1.312

version 1.311, 2018/08/17 20:33:37 version 1.312, 2018/10/02 12:33:37
Line 611  mdoc_xr_pre(MDOC_ARGS)
Line 611  mdoc_xr_pre(MDOC_ARGS)
         if (NULL == n->child)          if (NULL == n->child)
                 return 0;                  return 0;
   
         if (h->base_man)          if (h->base_man1)
                 print_otag(h, TAG_A, "cThM", "Xr",                  print_otag(h, TAG_A, "cThM", "Xr",
                     n->child->string, n->child->next == NULL ?                      n->child->string, n->child->next == NULL ?
                     NULL : n->child->next->string);                      NULL : n->child->next->string);

Legend:
Removed from v.1.311  
changed lines
  Added in v.1.312

CVSweb