[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.302 and 1.303

version 1.302, 2018/05/21 00:30:23 version 1.303, 2018/05/21 01:11:31
Line 1463  mdoc_ms_pre(MDOC_ARGS)
Line 1463  mdoc_ms_pre(MDOC_ARGS)
   
         if ((id = cond_id(n)) != NULL)          if ((id = cond_id(n)) != NULL)
                 print_otag(h, TAG_A, "chR", "permalink", id);                  print_otag(h, TAG_A, "chR", "permalink", id);
         print_otag(h, TAG_B, "cTi", "Ms", id);          print_otag(h, TAG_SPAN, "cTi", "Ms", id);
         free(id);          free(id);
         return 1;          return 1;
 }  }

Legend:
Removed from v.1.302  
changed lines
  Added in v.1.303

CVSweb