Author: Derick Rethans (derickr)
Committer: GitHub (web-flow)
Pusher: derickr
Date: 2025-11-24T11:17:46Z
Commit: Add IDs to section headers, and tweak h? level to be semantically cor… · php/web-php@c73f339 · GitHub
Raw diff: https://github.com/php/web-php/commit/c73f3397718a83629673bf069fae7586eb4934c7.diff
Add IDs to section headers, and tweak h? level to be semantically correct (#1653)
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 = 'Index of /~windows/qa';