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

Diff for /mandoc/html.c between version 1.242 and 1.243

version 1.242, 2018/10/25 01:32:40 version 1.243, 2018/11/23 19:17:05
Line 416  print_encode(struct html *h, const char *p, const char
Line 416  print_encode(struct html *h, const char *p, const char
                 case ESCAPE_FONTBI:                  case ESCAPE_FONTBI:
                 case ESCAPE_FONTCW:                  case ESCAPE_FONTCW:
                 case ESCAPE_FONTROMAN:                  case ESCAPE_FONTROMAN:
                         if (0 == norecurse)                          if (0 == norecurse) {
                                   h->flags |= HTML_NOSPACE;
                                 print_metaf(h, esc);                                  print_metaf(h, esc);
                                   h->flags &= ~HTML_NOSPACE;
                           }
                         continue;                          continue;
                 case ESCAPE_SKIPCHAR:                  case ESCAPE_SKIPCHAR:
                         h->flags |= HTML_SKIPCHAR;                          h->flags |= HTML_SKIPCHAR;

Legend:
Removed from v.1.242  
changed lines
  Added in v.1.243

CVSweb