From cab8a64b18366a08e39d04444e5378d33fa153ed Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 25 Jun 2018 14:06:07 +0000 Subject: Drop explicit, constant style=margin-left attribute on .Bf blocks. Since
uses HTML_NLAROUND, it is no longer needed. --- mdoc_html.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mdoc_html.c b/mdoc_html.c index e0a82ab9..93458a92 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.307 2018/06/25 13:45:57 schwarze Exp $ */ +/* $Id: mdoc_html.c,v 1.308 2018/06/25 14:06:07 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2014,2015,2016,2017,2018 Ingo Schwarze @@ -1416,7 +1416,7 @@ mdoc_bf_pre(MDOC_ARGS) cattr = "Bf No"; /* Cannot use TAG_SPAN because it may contain blocks. */ - print_otag(h, TAG_DIV, "cshl", cattr, 1); + print_otag(h, TAG_DIV, "c", cattr); return 1; } -- cgit v1.2.3-56-ge451