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

version 1.175, 2011/08/10 14:07:23 version 1.176, 2011/08/18 09:02:22
Line 1994  mdoc_li_pre(MDOC_ARGS)
Line 1994  mdoc_li_pre(MDOC_ARGS)
         struct htmlpair tag;          struct htmlpair tag;
   
         PAIR_CLASS_INIT(&tag, "lit");          PAIR_CLASS_INIT(&tag, "lit");
         print_otag(h, TAG_SPAN, 1, &tag);          print_otag(h, TAG_CODE, 1, &tag);
         return(1);          return(1);
 }  }
   

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

CVSweb