[BACK]Return to html.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/html.c between version 1.109 and 1.110

version 1.109, 2010/07/23 00:08:57 version 1.110, 2010/07/26 22:26:05
Line 419  print_otag(struct html *h, enum htmltag tag, 
Line 419  print_otag(struct html *h, enum htmltag tag, 
   
         if ( ! (h->flags & HTML_NONOSPACE))          if ( ! (h->flags & HTML_NONOSPACE))
                 h->flags &= ~HTML_NOSPACE;                  h->flags &= ~HTML_NOSPACE;
           else
                   h->flags |= HTML_NOSPACE;
   
         /* Print out the tag name and attributes. */          /* Print out the tag name and attributes. */
   

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110

CVSweb