[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.149 and 1.150

version 1.149, 2011/01/29 14:49:44 version 1.150, 2011/02/02 21:40:45
Line 780  static int
Line 780  static int
 mdoc_ns_pre(MDOC_ARGS)  mdoc_ns_pre(MDOC_ARGS)
 {  {
   
         h->flags |= HTML_NOSPACE;          if ( ! (MDOC_LINE & n->flags))
                   h->flags |= HTML_NOSPACE;
         return(1);          return(1);
 }  }
   

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150

CVSweb