=================================================================== RCS file: /cvs/mandoc/mdoc_html.c,v retrieving revision 1.160 retrieving revision 1.161 diff -u -p -r1.160 -r1.161 --- mandoc/mdoc_html.c 2011/04/04 16:15:58 1.160 +++ mandoc/mdoc_html.c 2011/04/04 16:44:56 1.161 @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.160 2011/04/04 16:15:58 kristaps Exp $ */ +/* $Id: mdoc_html.c,v 1.161 2011/04/04 16:44:56 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -1733,7 +1733,8 @@ mdoc_in_pre(MDOC_ARGS) if (h->base_includes) { buffmt_includes(h, n->string); - PAIR_HREF_INIT(&tag[i++], h->buf); + PAIR_HREF_INIT(&tag[i], h->buf); + i++; } t = print_otag(h, TAG_A, i, tag);