[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.175 and 1.176

version 1.175, 2018/05/09 00:45:33 version 1.176, 2018/05/20 23:54:15
Line 977 
Line 977 
 static int  static int
 mdoc_pa_pre(MDOC_ARGS)  mdoc_pa_pre(MDOC_ARGS)
 {  {
         print_otag(h, TAG_I, "cT", "Pa");          print_otag(h, TAG_SPAN, "cT", "Pa");
         return 1;          return 1;
 }  }
   

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