Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #632 from jsoref/dup-id
work around duplicate id= anchors
  • Loading branch information
AlexDaniel committed Aug 5, 2016
2 parents 5c1a6f0 + c434b74 commit bf349d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htmlify.p6
Expand Up @@ -601,7 +601,7 @@ sub find-definitions(:$pod, :$origin, :$min-level = -1, :$url) {

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

0 comments on commit bf349d8

Please sign in to comment.