[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.294 and 1.295

version 1.294, 2017/07/15 17:57:51 version 1.295, 2018/04/11 17:11:13
Line 344  print_mdoc_node(MDOC_ARGS)
Line 344  print_mdoc_node(MDOC_ARGS)
         int              child;          int              child;
         struct tag      *t;          struct tag      *t;
   
         if (n->flags & NODE_NOPRT)          if (n->type == ROFFT_COMMENT || n->flags & NODE_NOPRT)
                 return;                  return;
   
         child = 1;          child = 1;

Legend:
Removed from v.1.294  
changed lines
  Added in v.1.295

CVSweb