[BACK]Return to mdoc_html.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc_html.c between version 1.88 and 1.89

version 1.88, 2014/11/27 22:27:40 version 1.89, 2014/11/30 05:28:00
Line 1867 
Line 1867 
 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.88  
changed lines
  Added in v.1.89