[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.282 and 1.283

version 1.282, 2017/05/04 22:16:09 version 1.283, 2017/05/05 02:06:19
Line 395  print_mdoc_node(MDOC_ARGS)
Line 395  print_mdoc_node(MDOC_ARGS)
                 assert(h->tblt == NULL);                  assert(h->tblt == NULL);
                 if (n->tok < ROFF_MAX) {                  if (n->tok < ROFF_MAX) {
                         roff_html_pre(h, n);                          roff_html_pre(h, n);
                           child = 0;
                         break;                          break;
                 }                  }
                 assert(n->tok >= MDOC_Dd && n->tok < MDOC_MAX);                  assert(n->tok >= MDOC_Dd && n->tok < MDOC_MAX);

Legend:
Removed from v.1.282  
changed lines
  Added in v.1.283

CVSweb