aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
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
commit57d713154a86ae733a986dfc0f7e95a3bc7917c3 (patch)
tree1138ded7d1c64d48f5a4144741d3a62aa33b5b71 /mdoc_html.c
parent8219d1a00a6c2f7064a77ee69d9211ce46d0b5a2 (diff)
downloadmandoc-57d713154a86ae733a986dfc0f7e95a3bc7917c3.tar.gz
mandoc-57d713154a86ae733a986dfc0f7e95a3bc7917c3.tar.zst
mandoc-57d713154a86ae733a986dfc0f7e95a3bc7917c3.zip
`Cd' in -Thtml -mdoc correctly breaks lines.
Diffstat (limited to 'mdoc_html.c')
-rw-r--r--mdoc_html.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdoc_html.c b/mdoc_html.c
index 0bb3ea57..e48685fc 100644
--- a/mdoc_html.c
+++ b/mdoc_html.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_html.c,v 1.27 2009/10/08 23:00:15 kristaps Exp $ */
+/* $Id: mdoc_html.c,v 1.28 2009/10/10 10:05:12 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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);