From e3d504e5b7a1b2cba7b6f681304b3ba4332f3a62 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdoc_html.c') diff --git a/mdoc_html.c b/mdoc_html.c index 67ac9b14..652e8536 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.164 2011/04/23 08:56:29 kristaps Exp $ */ +/* $Id: mdoc_html.c,v 1.165 2011/04/23 09:10:50 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -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 v1.2.3-56-ge451