[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.27 and 1.28

version 1.27, 2009/10/08 23:00:15 version 1.28, 2009/10/10 10:05:12
Line 1455  mdoc_cd_pre(MDOC_ARGS)
Line 1455  mdoc_cd_pre(MDOC_ARGS)
 {  {
         struct htmlpair tag;          struct htmlpair tag;
   
           print_otag(h, TAG_DIV, 0, NULL);
         PAIR_CLASS_INIT(&tag, "config");          PAIR_CLASS_INIT(&tag, "config");
         print_otag(h, TAG_SPAN, 1, &tag);          print_otag(h, TAG_SPAN, 1, &tag);
         return(1);          return(1);

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

CVSweb