=================================================================== RCS file: /cvs/mandoc/man_html.c,v retrieving revision 1.59 retrieving revision 1.60 diff -u -p -r1.59 -r1.60 --- mandoc/man_html.c 2011/01/04 01:23:18 1.59 +++ mandoc/man_html.c 2011/01/04 10:29:41 1.60 @@ -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