Skip to content

Commit 5a749c9

Browse files
authored
Update htmlify.p6
1 parent 9b94625 commit 5a749c9

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
@@ -117,7 +117,7 @@ sub header-html($current-selection, $pod-path) is cached {
117117
if defined $pod-path {
118118
$edit-url = qq[
119119
<div align="right">
120-
<button onclick="location='https://github.com/perl6/doc/edit/master/doc/$pod-path'">
120+
<button title="Edit this page" onclick="location='https://github.com/perl6/doc/edit/master/doc/$pod-path'">
121121
<svg aria-hidden="true" height="16" viewBox="0 0 14 16" width="14">
122122
<path fill-rule="evenodd" d="M0 12v3h3l8-8-3-3-8 8zm3 2H1v-2h1v1h1v1zm10.3-9.3L12 6 9 3l1.3-1.3a.996.996 0 0 1 1.41 0l1.59 1.59c.39.39.39 1.02 0 1.41z"/>
123123
</svg>

0 commit comments

Comments
 (0)