Skip to content

Commit 34cb9a7

Browse files
authored
Fix GPG keys link to use the current request URI (#1390)
1 parent de20048 commit 34cb9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)