Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions downloads.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ function option(string $value, string $desc, $attributes = []): string
<h2>Instructions</h2>
<div id="instructions" class="instructions">
<?php $instructionsShown = include 'downloads-get-instructions.php'; ?>
</div>

<?php if (!$instructionsShown): ?>

<h2>Source Code</h2>
Expand All @@ -229,10 +227,10 @@ function option(string $value, string $desc, $attributes = []): string
<?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>
Expand All @@ -254,6 +252,7 @@ function option(string $value, string $desc, $attributes = []): string
</p>

<?php endif; ?>
</div>

<script>
let currentController = null;
Expand Down