[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.33 and 1.34

version 1.33, 2009/10/19 10:18:06 version 1.34, 2009/10/19 11:02:24
Line 1842  mdoc_in_pre(MDOC_ARGS)
Line 1842  mdoc_in_pre(MDOC_ARGS)
                         print_otag(h, TAG_DIV, 0, NULL);                          print_otag(h, TAG_DIV, 0, NULL);
         }          }
   
           /* FIXME: there's a buffer bug in here somewhere. */
   
         PAIR_CLASS_INIT(&tag[0], "includes");          PAIR_CLASS_INIT(&tag[0], "includes");
         print_otag(h, TAG_SPAN, 1, tag);          print_otag(h, TAG_SPAN, 1, tag);
   

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb