From ef6a55df8d08c1c19c54bd849b3644f33f3ae2d5 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 23 Apr 2011 09:10:50 +0000 Subject: Revert last change: this screwed up displaying in other pages (didn't test it enough). --- mdoc_html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdoc_html.c') 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); -- cgit