=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_html.c,v retrieving revision 1.83 retrieving revision 1.84 diff -c -r1.83 -r1.84 *** src/usr.bin/mandoc/man_html.c 2017/01/26 18:28:04 1.83 --- src/usr.bin/mandoc/man_html.c 2017/01/29 14:02:19 1.84 *************** *** 1,4 **** ! /* $OpenBSD: man_html.c,v 1.83 2017/01/26 18:28:04 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: man_html.c,v 1.84 2017/01/29 14:02:19 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze *************** *** 195,201 **** struct tag *t; child = 1; ! t = h->tags.head; if (t == mh->nofill) t = t->next; --- 195,201 ---- struct tag *t; child = 1; ! t = h->tag; if (t == mh->nofill) t = t->next; *************** *** 238,244 **** */ if (h->tblt) { print_tblclose(h); ! t = h->tags.head; } if (mans[n->tok].pre) child = (*mans[n->tok].pre)(man, n, mh, h); --- 238,244 ---- */ if (h->tblt) { print_tblclose(h); ! t = h->tag; } if (mans[n->tok].pre) child = (*mans[n->tok].pre)(man, n, mh, h);