=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.312 retrieving revision 1.313 diff -u -p -r1.312 -r1.313 --- mandoc/mdoc_term.c 2015/03/06 13:09:07 1.312 +++ mandoc/mdoc_term.c 2015/03/06 15:48:52 1.313 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.312 2015/03/06 13:09:07 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.313 2015/03/06 15:48:52 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012-2015 Ingo Schwarze @@ -348,6 +348,8 @@ print_mdoc_node(DECL_ARGS) p->flags |= TERMP_NOSPACE; break; case MDOC_TBL: + if (p->tbl.cols == NULL) + term_newln(p); term_tbl(p, n->span); break; default: