diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-10 10:05:12 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-10 10:05:12 +0000 |
commit | 0c97c0b66cc60a6e458173cbaf79405d051f920e (patch) | |
tree | ff0950d45eab0c90c203b20c084d1dfe3e61def3 /mdoc_html.c | |
parent | dbfdd190652d5537c494944c8fb9e67ee7e5af03 (diff) | |
download | mandoc-0c97c0b66cc60a6e458173cbaf79405d051f920e.tar.gz |
`Cd' in -Thtml -mdoc correctly breaks lines.
Diffstat (limited to 'mdoc_html.c')
-rw-r--r-- | mdoc_html.c | 1 |
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); |