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

Diff for /mandoc/html.c between version 1.94 and 1.95

version 1.94, 2010/01/30 06:55:56 version 1.95, 2010/01/30 08:42:20
Line 312  print_encode(struct html *h, const char *p, int norecu
Line 312  print_encode(struct html *h, const char *p, int norecu
                 } else if ('>' == *p) {                  } else if ('>' == *p) {
                         printf(">");                          printf(">");
                         continue;                          continue;
                 /* FIXME: already escaped? */  
                 } else if ('&' == *p) {                  } else if ('&' == *p) {
                         printf("&");                          printf("&");
                         continue;                          continue;

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95

CVSweb