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

Diff for /mandoc/cgi.c between version 1.140 and 1.141

version 1.140, 2016/09/03 21:24:56 version 1.141, 2016/09/12 00:06:20
Line 138  html_putchar(char c)
Line 138  html_putchar(char c)
   
         switch (c) {          switch (c) {
         case ('"'):          case ('"'):
                 printf("&quote;");                  printf(""");
                 break;                  break;
         case ('&'):          case ('&'):
                 printf("&");                  printf("&");

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141

CVSweb