[BACK]Return to mdoc_html.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc_html.c between version 1.211 and 1.212

version 1.211, 2020/03/13 00:31:05 version 1.212, 2020/04/01 20:10:17
Line 567 
Line 567 
                 print_otag(h, TAG_SECTION, "c", "Sh");                  print_otag(h, TAG_SECTION, "c", "Sh");
                 break;                  break;
         case ROFFT_HEAD:          case ROFFT_HEAD:
                 n->flags |= NODE_ID;  
                 print_otag_id(h, TAG_H1, "Sh", n);                  print_otag_id(h, TAG_H1, "Sh", n);
                 break;                  break;
         case ROFFT_BODY:          case ROFFT_BODY:
Line 589 
Line 588 
                 print_otag(h, TAG_SECTION, "c", "Ss");                  print_otag(h, TAG_SECTION, "c", "Ss");
                 break;                  break;
         case ROFFT_HEAD:          case ROFFT_HEAD:
                 n->flags |= NODE_ID;  
                 print_otag_id(h, TAG_H2, "Ss", n);                  print_otag_id(h, TAG_H2, "Ss", n);
                 break;                  break;
         case ROFFT_BODY:          case ROFFT_BODY:

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.212