=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_html.c,v retrieving revision 1.101 retrieving revision 1.102 diff -c -r1.101 -r1.102 *** src/usr.bin/mandoc/man_html.c 2018/04/24 00:36:04 1.101 --- src/usr.bin/mandoc/man_html.c 2018/05/08 21:42:11 1.102 *************** *** 1,4 **** ! /* $OpenBSD: man_html.c,v 1.101 2018/04/24 00:36:04 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: man_html.c,v 1.102 2018/05/08 21:42:11 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze *************** *** 523,529 **** const struct roff_node *nn; if (n->type == ROFFT_BODY) { ! print_otag(h, TAG_DD, "c", "It-tag"); return 1; } else if (n->type != ROFFT_HEAD) { print_otag(h, TAG_DL, "c", "Bl-tag"); --- 523,529 ---- const struct roff_node *nn; if (n->type == ROFFT_BODY) { ! print_otag(h, TAG_DD, ""); return 1; } else if (n->type != ROFFT_HEAD) { print_otag(h, TAG_DL, "c", "Bl-tag"); *************** *** 532,538 **** /* FIXME: width specification. */ ! print_otag(h, TAG_DT, "c", "It-tag"); /* For IP, only print the first header element. */ --- 532,538 ---- /* FIXME: width specification. */ ! print_otag(h, TAG_DT, ""); /* For IP, only print the first header element. */