=================================================================== RCS file: /cvs/mandoc/mdoc_html.c,v retrieving revision 1.334 retrieving revision 1.335 diff -u -p -r1.334 -r1.335 --- mandoc/mdoc_html.c 2020/02/27 01:43:52 1.334 +++ mandoc/mdoc_html.c 2020/02/27 22:28:13 1.335 @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.334 2020/02/27 01:43:52 schwarze Exp $ */ +/* $Id: mdoc_html.c,v 1.335 2020/02/27 22:28:13 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2014-2020 Ingo Schwarze @@ -731,7 +731,7 @@ mdoc_tg_pre(MDOC_ARGS) char *id; if ((id = html_make_id(n, 1)) != NULL) - print_otag(h, TAG_MARK, "i", id); + print_tagq(h, print_otag(h, TAG_MARK, "i", id)); return 0; }