diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-04-23 09:10:50 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-04-23 09:10:50 +0000 |
commit | ef6a55df8d08c1c19c54bd849b3644f33f3ae2d5 (patch) | |
tree | 691a1f7e8cbe510737193509a49827f0d2ed097f /mdoc_html.c | |
parent | 6a1758268848a25b610e9698cc2774e9d5ca6dde (diff) | |
download | mandoc-ef6a55df8d08c1c19c54bd849b3644f33f3ae2d5.tar.gz |
Revert last change: this screwed up displaying in other pages (didn't
test it enough).
Diffstat (limited to 'mdoc_html.c')
-rw-r--r-- | mdoc_html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_html.c b/mdoc_html.c index 92edcaa2..249c3832 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -737,7 +737,7 @@ mdoc_nm_pre(MDOC_ARGS) len = strlen(m->name); SCALE_HS_INIT(&su, (double)len); - bufcat_su(h, "min-width", &su); + bufcat_su(h, "width", &su); PAIR_STYLE_INIT(&tag, h); print_otag(h, TAG_COL, 1, &tag); print_otag(h, TAG_COL, 0, NULL); |