Skip to content

Commit 73397c4

Browse files
committed
Fix GPG keys link to use the current request URI
1 parent 52e8bd6 commit 73397c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function show_source_releases()
153153
</li>
154154
</ul>
155155

156-
<a href="#gpg-<?php echo $mver; ?>">GPG Keys for PHP <?php echo $mver; ?></a>
156+
<a href="<?php echo $_SERVER['REQUEST_URI']; ?>#gpg-<?php echo $mver; ?>">GPG Keys for PHP <?php echo $mver; ?></a>
157157
</div>
158158
<?php endforeach; ?>
159159
<?php endforeach; /* major releases loop end */ ?>

0 commit comments

Comments
 (0)