Skip to content

Commit c2ec90f

Browse files
authored
Fix source code display (#1492)
1 parent f745b99 commit c2ec90f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

downloads.php

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ function option(string $value, string $desc, $attributes = []): string
211211
<h2>Instructions</h2>
212212
<div id="instructions" class="instructions">
213213
<?php $instructionsShown = include 'downloads-get-instructions.php'; ?>
214-
</div>
215-
216214
<?php if (!$instructionsShown): ?>
217215

218216
<h2>Source Code</h2>
@@ -229,10 +227,10 @@ function option(string $value, string $desc, $attributes = []): string
229227
<?php gpg_key_show_keys(true /* activeOnly */); ?>
230228

231229
<p>
232-
<a href="gpg-keys.php">
233-
A full list of GPG keys used for current and older releases is also
234-
available.
235-
</a>
230+
<a href="gpg-keys.php">
231+
A full list of GPG keys used for current and older releases is also
232+
available.
233+
</a>
236234
</p>
237235

238236
<h2>Binaries</h2>
@@ -254,6 +252,7 @@ function option(string $value, string $desc, $attributes = []): string
254252
</p>
255253

256254
<?php endif; ?>
255+
</div>
257256

258257
<script>
259258
let currentController = null;

0 commit comments

Comments
 (0)