diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-04 10:29:41 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-04 10:29:41 +0000 |
commit | 26beb70c0c977cb0ac61d2120a952e854ed7a277 (patch) | |
tree | a344faaf85604e907510653cf60c4e5050e037f8 /man_html.c | |
parent | 41394e59b698fac5412e3a0f5405a777debd033f (diff) | |
download | mandoc-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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |