From e13ccc532ba5c065e0ead1d88a8e7243d296baf5 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 4 Jan 2011 10:29:41 +0000 Subject: 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. --- man_html.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man_html.c') diff --git a/man_html.c b/man_html.c index 54feada9..f9f72c8d 100644 --- a/man_html.c +++ b/man_html.c @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.59 2011/01/04 01:23:18 schwarze Exp $ */ +/* $Id: man_html.c,v 1.60 2011/01/04 10:29:41 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -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 -- cgit v1.2.3