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

Diff for /mandoc/html.c between version 1.51 and 1.52

version 1.51, 2009/09/21 14:56:56 version 1.52, 2009/09/24 09:50:31
Line 424  print_text(struct html *h, const char *p)
Line 424  print_text(struct html *h, const char *p)
                 case(']'):                  case(']'):
                         /* FALLTHROUGH */                          /* FALLTHROUGH */
                 case('}'):                  case('}'):
                         h->flags |= HTML_NOSPACE;                          if ( ! (HTML_IGNDELIM & h->flags))
                                   h->flags |= HTML_NOSPACE;
                         break;                          break;
                 default:                  default:
                         break;                          break;

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

CVSweb