[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.68 and 1.69

version 1.68, 2010/05/29 18:47:54 version 1.69, 2010/05/29 18:58:52
Line 2091  mdoc_li_pre(MDOC_ARGS)
Line 2091  mdoc_li_pre(MDOC_ARGS)
   
         PAIR_CLASS_INIT(&tag, "lit");          PAIR_CLASS_INIT(&tag, "lit");
         print_otag(h, TAG_SPAN, 1, &tag);          print_otag(h, TAG_SPAN, 1, &tag);
         if (NULL == n->child)  
                 print_text(h, "");  
         return(1);          return(1);
 }  }
   

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

CVSweb