From 1cfb674e05b4b5cd36e7ff8b437258f2421e4c49 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 29 May 2010 18:58:52 +0000 Subject: Moved printing of empty word [back] into mdoc_action.c so that it's not mirrored across front-ends. --- mdoc_term.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mdoc_term.c') diff --git a/mdoc_term.c b/mdoc_term.c index 0e48959d..9342abd0 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -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); } -- cgit v1.2.3-56-ge451