[BACK]Return to html.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/html.c between version 1.41 and 1.42

version 1.41, 2009/09/21 00:39:02 version 1.42, 2009/09/21 09:32:30
Line 415  html_alloc(void)
Line 415  html_alloc(void)
         }          }
   
         /* h->base = xxx; */          /* h->base = xxx; */
         /* h->style = xxx; */          h->style = "style.css"; /* XXX */
         return(h);          return(h);
 }  }
   

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

CVSweb