Skip to content

Commit c3dfb5d

Browse files
fix: fix prev-next navigation title attributes
1 parent 4c5cc84 commit c3dfb5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

elements/prevnext.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<@ newPagelist { type: 'siblings' } @>
33
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
44
<@ with next @>
5-
<a href="@{ url }" class="btn btn-neutral float-right" title="Changelog" accesskey="n" rel="next">
5+
<a href="@{ url }" class="btn btn-neutral float-right" title="@{ title }" accesskey="n" rel="next">
66
@{ title } &nbsp;<b>⟶</b>
77
</a>
88
<@ end @>
99
<@ with prev @>
10-
<a href="@{ url }" class="btn btn-neutral float-left" title="Configuration" accesskey="p" rel="prev">
10+
<a href="@{ url }" class="btn btn-neutral float-left" title="@{ title }" accesskey="p" rel="prev">
1111
<b>⟵</b>&nbsp; @{ title }
1212
</a>
1313
<@ end @>

0 commit comments

Comments
 (0)