summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-04-23 09:10:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-04-23 09:10:50 +0000
commite3d504e5b7a1b2cba7b6f681304b3ba4332f3a62 (patch)
tree2e4887f0ad7ebc007dba71744669569ad785c7a4 /mdoc_html.c
parent278fc067b32e722c7636d46927a6ef9c4a872cd5 (diff)
downloadmandoc-e3d504e5b7a1b2cba7b6f681304b3ba4332f3a62.tar.gz
mandoc-e3d504e5b7a1b2cba7b6f681304b3ba4332f3a62.tar.zst
mandoc-e3d504e5b7a1b2cba7b6f681304b3ba4332f3a62.zip
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.c4
1 files changed, 2 insertions, 2 deletions
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 <kristaps@bsd.lv>
*
@@ -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);