Skip to content

Commit e80976d

Browse files
committed
Add IDs to section headers, and tweak h? level to be semantically correct
1 parent 46c7591 commit e80976d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pre-release-builds.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
whether no regressions have been introduced.
7676
</p>
7777

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

@@ -103,10 +103,10 @@
103103
</ul>
104104
<?php endforeach; ?>
105105
<?php else: ?>
106-
<span class='lihack'>There are no QA releases available at the moment to test.</span>
106+
<p>There are no QA releases available at the moment to test.</p>
107107
<?php endif; ?>
108108

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

0 commit comments

Comments
 (0)