X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/2f53f5a989471121a5bf1f4a5c4d4a335b0f7fdb..7162995ad97cdf982db73d488641974e1894e2d9:/mdoc_html.c?ds=sidebyside diff --git a/mdoc_html.c b/mdoc_html.c index ae79e2a6..33cebdac 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.171 2011/06/29 15:38:09 kristaps Exp $ */ +/* $Id: mdoc_html.c,v 1.172 2011/07/04 09:42:38 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -610,6 +610,7 @@ mdoc_sh_pre(MDOC_ARGS) return(1); bufinit(h); + bufcat(h, "x"); for (n = n->child; n; n = n->next) { bufcat_id(h, n->string); if (n->next) @@ -636,6 +637,7 @@ mdoc_ss_pre(MDOC_ARGS) return(1); bufinit(h); + bufcat(h, "x"); for (n = n->child; n; n = n->next) { bufcat_id(h, n->string); if (n->next)