[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.120 and 1.121

version 1.120, 2010/12/15 17:19:41 version 1.121, 2010/12/15 23:44:02
Line 1542  static int
Line 1542  static int
 mdoc_pp_pre(MDOC_ARGS)  mdoc_pp_pre(MDOC_ARGS)
 {  {
   
         if ((NULL == n->next || NULL == n->prev) &&  
                         (MDOC_Ss == n->parent->tok ||  
                          MDOC_Sh == n->parent->tok))  
                 return(0);  
   
         print_otag(h, TAG_P, 0, NULL);          print_otag(h, TAG_P, 0, NULL);
         return(0);          return(0);
   

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121

CVSweb