=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.334 retrieving revision 1.335 diff -u -p -r1.334 -r1.335 --- mandoc/mdoc_term.c 2016/11/08 16:23:58 1.334 +++ mandoc/mdoc_term.c 2016/11/08 16:29:44 1.335 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.334 2016/11/08 16:23:58 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.335 2016/11/08 16:29:44 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012-2016 Ingo Schwarze @@ -2122,6 +2122,7 @@ static int termp_li_pre(DECL_ARGS) { + termp_tag_pre(p, pair, meta, n); term_fontpush(p, TERMFONT_NONE); return 1; }