[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.275 and 1.276

version 1.275, 2017/03/13 20:22:18 version 1.276, 2017/03/14 01:35:15
Line 628  mdoc_nm_pre(MDOC_ARGS)
Line 628  mdoc_nm_pre(MDOC_ARGS)
                 len = html_strlen(meta->name);                  len = html_strlen(meta->name);
   
         t = print_otag(h, TAG_COLGROUP, "");          t = print_otag(h, TAG_COLGROUP, "");
         print_otag(h, TAG_COL, "shw", len);          /* Increase width to make even bold text fit. */
           print_otag(h, TAG_COL, "shw", len + 2);
         print_otag(h, TAG_COL, "");          print_otag(h, TAG_COL, "");
         print_tagq(h, t);          print_tagq(h, t);
         print_otag(h, TAG_TR, "");          print_otag(h, TAG_TR, "");

Legend:
Removed from v.1.275  
changed lines
  Added in v.1.276

CVSweb