We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c7591 commit e80976dCopy full SHA for e80976d
pre-release-builds.php
@@ -75,7 +75,7 @@
75
whether no regressions have been introduced.
76
</p>
77
78
-<h3>Source Builds:</h3>
+<h2 id="source">Source Builds</h2>
79
<?php if (!empty($QA_RELEASES['releases'])) : ?>
80
<?php $plural = count($QA_RELEASES['releases']) > 1 ? 's' : ''; ?>
81
@@ -103,10 +103,10 @@
103
</ul>
104
<?php endforeach; ?>
105
<?php else: ?>
106
- <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>
107
<?php endif; ?>
108
109
-<h3>Windows Builds:</h3>
+<h2 id="windows">Windows Builds</h2>
110
<?php
111
$winQaFile = __DIR__ . '/backend/win-qa-releases.json';
112
$winQaBase = 'https://downloads.php.net/~windows/qa/';
0 commit comments