summaryrefslogtreecommitdiffstats
path: root/man_html.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_html.c')
-rw-r--r--man_html.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/man_html.c b/man_html.c
index 0a0a5faa..21a76517 100644
--- a/man_html.c
+++ b/man_html.c
@@ -327,7 +327,6 @@ man_SH_pre(MAN_ARGS)
print_otag(h, TAG_SECTION, "c", class);
break;
case ROFFT_HEAD:
- n->flags |= NODE_ID;
print_otag_id(h, tag, class, n);
break;
case ROFFT_BODY: