---
docs/hvsupport.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/hvsupport.pl b/docs/hvsupport.pl
index 4f4d86fbf1..494b8a27ec 100755
--- a/docs/hvsupport.pl
+++ b/docs/hvsupport.pl
@@ -364,7 +364,7 @@ when it was removed is also mentioned (highlighted in
EOF
foreach my $grp (sort { $a cmp $b } keys %groups) {
- print "<h2><a name=\"$grp\">", $groupheaders{$grp},
"</a></h2>\n";
+ print "<h2><a id=\"$grp\">", $groupheaders{$grp},
"</a></h2>\n";
print <<EOF;
<table class="top_table">
<thead>
--
2.22.0