Author: Derick Rethans (derickr)
Date: 2025-11-24T11:13:37Z
Commit:
https://github.com/php/web-php/commit/e80976dd612ee81f972cffc6059459731c85cb33
Raw diff:
https://github.com/php/web-php/commit/e80976dd612ee81f972cffc6059459731c85cb33.diff
Add IDs to section headers, and tweak h? level to be semantically correct
Changed paths:
M pre-release-builds.php
Diff:
diff --git a/pre-release-builds.php b/pre-release-builds.php
index c272c669b9..59c68ee53e 100644
--- a/pre-release-builds.php
+++ b/pre-release-builds.php
@@ -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' : ''; ?>
@@ -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/';