From 0c97c0b66cc60a6e458173cbaf79405d051f920e Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 10 Oct 2009 10:05:12 +0000 Subject: `Cd' in -Thtml -mdoc correctly breaks lines. --- mdoc_html.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mdoc_html.c b/mdoc_html.c index 9b3f4cc8..f418ad7e 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1455,6 +1455,7 @@ mdoc_cd_pre(MDOC_ARGS) { struct htmlpair tag; + print_otag(h, TAG_DIV, 0, NULL); PAIR_CLASS_INIT(&tag, "config"); print_otag(h, TAG_SPAN, 1, &tag); return(1); -- cgit