[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.222 and 1.223

version 1.222, 2015/02/05 00:14:13 version 1.223, 2015/02/05 01:46:56
Line 1253  mdoc_an_pre(MDOC_ARGS)
Line 1253  mdoc_an_pre(MDOC_ARGS)
                 return(0);                  return(0);
         }          }
   
         if (n->child == NULL)  
                 return(0);  
   
         if (h->flags & HTML_SPLIT)          if (h->flags & HTML_SPLIT)
                 print_otag(h, TAG_BR, 0, NULL);                  print_otag(h, TAG_BR, 0, NULL);
   

Legend:
Removed from v.1.222  
changed lines
  Added in v.1.223

CVSweb