[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.162 and 1.164

version 1.162, 2011/04/04 16:48:18 version 1.164, 2011/04/23 08:56:29
Line 737  mdoc_nm_pre(MDOC_ARGS)
Line 737  mdoc_nm_pre(MDOC_ARGS)
                 len = strlen(m->name);                  len = strlen(m->name);
   
         SCALE_HS_INIT(&su, (double)len);          SCALE_HS_INIT(&su, (double)len);
         bufcat_su(h, "width", &su);          bufcat_su(h, "min-width", &su);
         PAIR_STYLE_INIT(&tag, h);          PAIR_STYLE_INIT(&tag, h);
         print_otag(h, TAG_COL, 1, &tag);          print_otag(h, TAG_COL, 1, &tag);
         print_otag(h, TAG_COL, 0, NULL);          print_otag(h, TAG_COL, 0, NULL);
Line 1558  mdoc_fn_pre(MDOC_ARGS)
Line 1558  mdoc_fn_pre(MDOC_ARGS)
   
         h->flags |= HTML_NOSPACE;          h->flags |= HTML_NOSPACE;
         print_text(h, "(");          print_text(h, "(");
           h->flags |= HTML_NOSPACE;
   
         bufinit(h);          bufinit(h);
         PAIR_CLASS_INIT(&tag[0], "farg");          PAIR_CLASS_INIT(&tag[0], "farg");

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.164

CVSweb