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

Diff for /mandoc/html.c between version 1.97 and 1.98

version 1.97, 2010/04/03 12:46:35 version 1.98, 2010/04/08 07:05:38
Line 521  print_text(struct html *h, const char *p)
Line 521  print_text(struct html *h, const char *p)
         if ( ! print_encode(h, p, 0))          if ( ! print_encode(h, p, 0))
                 h->flags &= ~HTML_NOSPACE;                  h->flags &= ~HTML_NOSPACE;
   
           /*
            * Note that we don't process the pipe: the parser sees it as
            * punctuation, but we don't in terms of typography.
            */
         if (*p && 0 == *(p + 1))          if (*p && 0 == *(p + 1))
                 switch (*p) {                  switch (*p) {
                 case('|'):  
                         /* FALLTHROUGH */  
                 case('('):                  case('('):
                         /* FALLTHROUGH */                          /* FALLTHROUGH */
                 case('['):                  case('['):

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98

CVSweb