Skip to content
Merged
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
6 changes: 3 additions & 3 deletions pre-release-builds.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
whether no regressions have been introduced.
</p>

<h3>Source Builds:</h3>
<h2 id="source">Source Builds</h2>
<?php if (!empty($QA_RELEASES['releases'])) : ?>
<?php $plural = count($QA_RELEASES['releases']) > 1 ? 's' : ''; ?>

Expand Down Expand Up @@ -103,10 +103,10 @@
</ul>
<?php endforeach; ?>
<?php else: ?>
<span class='lihack'>There are no QA releases available at the moment to test.</span>
<p>There are no QA releases available at the moment to test.</p>
<?php endif; ?>

<h3>Windows Builds:</h3>
<h2 id="windows">Windows Builds</h2>
<?php
$winQaFile = __DIR__ . '/backend/win-qa-releases.json';
$winQaBase = 'https://downloads.php.net/~windows/qa/';
Expand Down