summaryrefslogtreecommitdiffstats
path: root/man_html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-04 10:29:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-04 10:29:41 +0000
commit26beb70c0c977cb0ac61d2120a952e854ed7a277 (patch)
treea344faaf85604e907510653cf60c4e5050e037f8 /man_html.c
parent41394e59b698fac5412e3a0f5405a777debd033f (diff)
downloadmandoc-26beb70c0c977cb0ac61d2120a952e854ed7a277.tar.gz
Add skeleton for -T[x]html tbl stuff. Also start to put in some bits about
the up-coming version, although we're not quite there yet.
Diffstat (limited to 'man_html.c')
-rw-r--r--man_html.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/man_html.c b/man_html.c
index fa21a402..02031e20 100644
--- a/man_html.c
+++ b/man_html.c
@@ -202,7 +202,8 @@ print_man_node(MAN_ARGS)
print_otag(h, TAG_BR, 0, NULL);
return;
case (MAN_TBL):
- return;
+ print_tbl(h, n->span);
+ break;
default:
/*
* Close out scope of font prior to opening a macro