From 4a07f2db8542c1bd9feb69c23ad7ad6b7a1f6e5d Mon Sep 17 00:00:00 2001 From: schwarze Date: Sat, 15 Jul 2017 17:29:26 +0000 Subject: use the same width increase logic for .Bl -hang as for .Bl -tag --- usr.bin/mandoc/mdoc_html.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/mandoc/mdoc_html.c') diff --git a/usr.bin/mandoc/mdoc_html.c b/usr.bin/mandoc/mdoc_html.c index 0d4fc419d19..d89e30adb83 100644 --- a/usr.bin/mandoc/mdoc_html.c +++ b/usr.bin/mandoc/mdoc_html.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mdoc_html.c,v 1.167 2017/07/14 16:05:52 schwarze Exp $ */ +/* $OpenBSD: mdoc_html.c,v 1.168 2017/07/15 17:29:26 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2014, 2015, 2016, 2017 Ingo Schwarze @@ -730,7 +730,7 @@ mdoc_it_pre(MDOC_ARGS) print_otag(h, TAG_B, "c", cattr); break; case ROFFT_BODY: - print_otag(h, TAG_DD, "cswl", cattr, + print_otag(h, TAG_DD, "csw+l", cattr, bl->norm->Bl.width); break; default: -- cgit v1.2.3-59-g8ed1b