[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.176 and 1.177

version 1.176, 2018/05/20 23:54:15 version 1.177, 2018/05/21 00:29:41
Line 984 
Line 984 
 static int  static int
 mdoc_ad_pre(MDOC_ARGS)  mdoc_ad_pre(MDOC_ARGS)
 {  {
         print_otag(h, TAG_I, "c", "Ad");          print_otag(h, TAG_SPAN, "c", "Ad");
         return 1;          return 1;
 }  }
   

Legend:
Removed from v.1.176  
changed lines
  Added in v.1.177