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

Diff for /mandoc/html.c between version 1.250 and 1.251

version 1.250, 2019/01/07 07:26:29 version 1.251, 2019/01/11 12:56:42
Line 657  print_otag(struct html *h, enum htmltag tag, const cha
Line 657  print_otag(struct html *h, enum htmltag tag, const cha
                         print_encode(h, arg1, NULL, 1);                          print_encode(h, arg1, NULL, 1);
                         fmt++;                          fmt++;
                         break;                          break;
                 case 'T':  
                         print_encode(h, arg1, NULL, 1);  
                         print_word(h, "\" title=\"");  
                         print_encode(h, arg1, NULL, 1);  
                         fmt++;  
                         break;  
                 default:                  default:
                         print_encode(h, arg1, NULL, 1);                          print_encode(h, arg1, NULL, 1);
                         break;                          break;

Legend:
Removed from v.1.250  
changed lines
  Added in v.1.251

CVSweb