1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

add missing title on annoucement page

This commit is contained in:
Remi Collet
2020-09-03 12:20:47 +02:00
parent de604a29d8
commit 474a3c2767
5 changed files with 11 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ $security = isset($opts['security']) ? 'security' : 'bug fix';
// Create content.
$template = <<<EOD
<h1>PHP $version Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP $version. This is a $security release.</p>
<p>All PHP $branch users are encouraged to upgrade to this version.</p>