]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc_html.c
use the same width increase logic for .Bl -hang as for .Bl -tag
[mandoc.git] / mdoc_html.c
index 20fc052a263b209bf6f9b62c4451a15a483f9377..2b7345844563319b81c15d825f365c2a7bbd8561 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mdoc_html.c,v 1.292 2017/07/14 16:06:44 schwarze Exp $ */
+/*     $Id: mdoc_html.c,v 1.293 2017/07/15 17:29:31 schwarze Exp $ */
 /*
  * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014, 2015, 2016, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -732,7 +732,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: