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