summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-10 10:05:12 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-10 10:05:12 +0000
commit0c97c0b66cc60a6e458173cbaf79405d051f920e (patch)
treeff0950d45eab0c90c203b20c084d1dfe3e61def3
parentdbfdd190652d5537c494944c8fb9e67ee7e5af03 (diff)
downloadmandoc-0c97c0b66cc60a6e458173cbaf79405d051f920e.tar.gz
`Cd' in -Thtml -mdoc correctly breaks lines.
-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);