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

Diff for /mandoc/man_html.c between version 1.35 and 1.36

version 1.35, 2010/05/17 22:11:42 version 1.36, 2010/05/26 14:03:54
Line 308  man_root_post(MAN_ARGS)
Line 308  man_root_post(MAN_ARGS)
         struct tag      *t, *tt;          struct tag      *t, *tt;
         char             b[DATESIZ];          char             b[DATESIZ];
   
         time2a(m->date, b, DATESIZ);          if (m->rawdate)
                   strlcpy(b, m->rawdate, DATESIZ);
           else
                   time2a(m->date, b, DATESIZ);
   
         PAIR_CLASS_INIT(&tag[0], "footer");          PAIR_CLASS_INIT(&tag[0], "footer");
         bufcat_style(h, "width", "100%");          bufcat_style(h, "width", "100%");

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

CVSweb