[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.177 and 1.178

version 1.177, 2018/05/21 00:29:41 version 1.178, 2018/05/21 01:10:06
Line 1461 
Line 1461 
   
         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.177  
changed lines
  Added in v.1.178