[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.213 and 1.214

version 1.213, 2014/11/27 22:27:56 version 1.214, 2014/11/30 05:29:00
Line 1869  static void
Line 1869  static void
 mdoc_pf_post(MDOC_ARGS)  mdoc_pf_post(MDOC_ARGS)
 {  {
   
         h->flags |= HTML_NOSPACE;          if ( ! (n->next == NULL || n->next->flags & MDOC_LINE))
                   h->flags |= HTML_NOSPACE;
 }  }
   
 static int  static int

Legend:
Removed from v.1.213  
changed lines
  Added in v.1.214

CVSweb