[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.55 and 1.56

version 1.55, 2010/03/29 19:28:04 version 1.56, 2010/04/03 14:25:12
Line 756  mdoc_xr_pre(MDOC_ARGS)
Line 756  mdoc_xr_pre(MDOC_ARGS)
         struct htmlpair          tag[2];          struct htmlpair          tag[2];
         const struct mdoc_node  *nn;          const struct mdoc_node  *nn;
   
           if (NULL == n->child)
                   return(0);
   
         PAIR_CLASS_INIT(&tag[0], "link-man");          PAIR_CLASS_INIT(&tag[0], "link-man");
   
         if (h->base_man) {          if (h->base_man) {

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

CVSweb