We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b94625 commit 5a749c9Copy full SHA for 5a749c9
htmlify.p6
@@ -117,7 +117,7 @@ sub header-html($current-selection, $pod-path) is cached {
117
if defined $pod-path {
118
$edit-url = qq[
119
<div align="right">
120
- <button onclick="location='https://github.com/perl6/doc/edit/master/doc/$pod-path'">
+ <button title="Edit this page" onclick="location='https://github.com/perl6/doc/edit/master/doc/$pod-path'">
121
<svg aria-hidden="true" height="16" viewBox="0 0 14 16" width="14">
122
<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"/>
123
</svg>
0 commit comments