1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fix source code display (#1492)

This commit is contained in:
Luffy
2025-10-09 10:38:44 +08:00
committed by GitHub
parent f745b99fd6
commit c2ec90f82b

View File

@@ -211,8 +211,6 @@ if ($auto_osvariant && (!array_key_exists('osvariant', $options) || !array_key_e
<h2>Instructions</h2>
<div id="instructions" class="instructions">
<?php $instructionsShown = include 'downloads-get-instructions.php'; ?>
</div>
<?php if (!$instructionsShown): ?>
<h2>Source Code</h2>
@@ -229,10 +227,10 @@ to verify the tags:
<?php gpg_key_show_keys(true /* activeOnly */); ?>
<p>
<a href="gpg-keys.php">
A full list of GPG keys used for current and older releases is also
available.
</a>
<a href="gpg-keys.php">
A full list of GPG keys used for current and older releases is also
available.
</a>
</p>
<h2>Binaries</h2>
@@ -254,6 +252,7 @@ to verify the tags:
</p>
<?php endif; ?>
</div>
<script>
let currentController = null;