=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.131 retrieving revision 1.132 diff -u -p -r1.131 -r1.132 --- mandoc/mdoc_term.c 2010/05/26 10:39:35 1.131 +++ mandoc/mdoc_term.c 2010/05/29 18:47:54 1.132 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.131 2010/05/26 10:39:35 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.132 2010/05/29 18:47:54 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -2098,6 +2098,8 @@ termp_li_pre(DECL_ARGS) { term_fontpush(p, TERMFONT_NONE); + if (NULL == n->child) + term_word(p, ""); return(1); }