[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.160 and 1.161

version 1.160, 2011/04/04 16:15:58 version 1.161, 2011/04/04 16:44:56
Line 1733  mdoc_in_pre(MDOC_ARGS)
Line 1733  mdoc_in_pre(MDOC_ARGS)
   
                 if (h->base_includes) {                  if (h->base_includes) {
                         buffmt_includes(h, n->string);                          buffmt_includes(h, n->string);
                         PAIR_HREF_INIT(&tag[i++], h->buf);                          PAIR_HREF_INIT(&tag[i], h->buf);
                           i++;
                 }                  }
   
                 t = print_otag(h, TAG_A, i, tag);                  t = print_otag(h, TAG_A, i, tag);

Legend:
Removed from v.1.160  
changed lines
  Added in v.1.161

CVSweb