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

Diff for /mandoc/html.c between version 1.112 and 1.113

version 1.112, 2010/09/04 20:18:53 version 1.113, 2010/10/01 21:51:13
Line 552  print_text(struct html *h, const char *word)
Line 552  print_text(struct html *h, const char *word)
                 if ( ! (h->flags & HTML_NONOSPACE))                  if ( ! (h->flags & HTML_NONOSPACE))
                         h->flags &= ~HTML_NOSPACE;                          h->flags &= ~HTML_NOSPACE;
   
           h->flags &= ~HTML_IGNDELIM;
   
         /*          /*
          * Note that we don't process the pipe: the parser sees it as           * Note that we don't process the pipe: the parser sees it as
          * punctuation, but we don't in terms of typography.           * punctuation, but we don't in terms of typography.

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113

CVSweb