summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdoc_html.c1
1 files changed, 1 insertions, 0 deletions
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);