Skip to content

Commit c434b74

Browse files
committed
work around duplicate id= anchors #631
1 parent 2fbaeec commit c434b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlify.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ sub find-definitions(:$pod, :$origin, :$min-level = -1, :$url) {
552552

553553
my $new-head = Pod::Heading.new(
554554
:level(@pod-section[$i].level),
555-
:contents[pod-link "$subkinds $name",
555+
:contents[pod-link "$origin.name() $subkinds $name",
556556
$created.url ~ "#$origin.human-kind() $origin.name()".subst(:g, /\s+/, '_')
557557
]
558558
);

0 commit comments

Comments
 (0)