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

Diff for /mandoc/mdoc_html.c between version 1.336 and 1.337

version 1.336, 2020/03/13 15:32:28 version 1.337, 2020/04/01 20:21:08
Line 569  mdoc_sh_pre(MDOC_ARGS)
Line 569  mdoc_sh_pre(MDOC_ARGS)
                 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 591  mdoc_ss_pre(MDOC_ARGS)
Line 590  mdoc_ss_pre(MDOC_ARGS)
                 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.336  
changed lines
  Added in v.1.337

CVSweb