[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.142 and 1.143

version 1.142, 2011/01/07 13:20:58 version 1.143, 2011/01/12 10:43:22
Line 420  print_mdoc_node(MDOC_ARGS)
Line 420  print_mdoc_node(MDOC_ARGS)
                 child = mdoc_root_pre(m, n, h);                  child = mdoc_root_pre(m, n, h);
                 break;                  break;
         case (MDOC_TEXT):          case (MDOC_TEXT):
                   if (' ' == *n->string && MDOC_LINE & n->flags)
                           print_otag(h, TAG_BR, 0, NULL);
                 print_text(h, n->string);                  print_text(h, n->string);
                 return;                  return;
         case (MDOC_TBL):          case (MDOC_TBL):

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143

CVSweb