summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/info2html/html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info2html/html.c b/src/info2html/html.c
index 5d6c0e20..80be2a68 100644
--- a/src/info2html/html.c
+++ b/src/info2html/html.c
@@ -324,7 +324,7 @@ void dump_html_for_node( NODE *node )
/* make an anchor */
escaped_nodename = escape_html_chars( node->nodename );
map_spaces_to_underscores( escaped_nodename );
- fprintf(f, "<A name=\"%s\"></A>\n",escaped_nodename);
+ fprintf(f, "<A name=\"%s\">&nbsp;</A>\n",escaped_nodename);
g_free(escaped_nodename);
/* links to other immediate nodes */