]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc_html.c
Clean-up fallout: differentiate ID's and HREF's (where to put the `#').
[mandoc.git] / mdoc_html.c
index 1e766b04dc6cef4a0e7cabd0433b10b8b701dce4..57ebc34804d4e667fef5d2740e51fe0550e3923c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mdoc_html.c,v 1.168 2011/05/17 11:34:31 kristaps Exp $ */
+/*     $Id: mdoc_html.c,v 1.169 2011/05/17 11:38:18 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -1171,6 +1171,7 @@ mdoc_sx_pre(MDOC_ARGS)
        struct htmlpair  tag[2];
 
        bufinit(h);
        struct htmlpair  tag[2];
 
        bufinit(h);
+       bufcat(h, "#x");
        for (n = n->child; n; n = n->next) {
                bufcat_id(h, n->string);
                if (n->next)
        for (n = n->child; n; n = n->next) {
                bufcat_id(h, n->string);
                if (n->next)