Commit:    37f8312ca230ef4b414bb5e8aef386b9b83dae72
Author:    Christoph M. Becker <cmbecke...@gmx.de>         Thu, 3 Sep 2020 
13:20:34 +0200
Parents:   4186840cc5728d0751566f8da52335da0c1ba709
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=37f8312ca230ef4b414bb5e8aef386b9b83dae72

Log:
Add missing title *only* to announcement page

Changed paths:
  M  bin/createReleaseEntry


Diff:
diff --git a/bin/createReleaseEntry b/bin/createReleaseEntry
index ede5d97cd..03da512c2 100755
--- a/bin/createReleaseEntry
+++ b/bin/createReleaseEntry
@@ -30,8 +30,6 @@ $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>
@@ -61,6 +59,8 @@ if (isset($opts['r'])) {
 include_once __DIR__ . '/../include/prepend.inc';
 site_header('PHP $version Release Announcement');
 ?>
+<h1>PHP $version Release Announcement</h1>
+
 $template
 <?php site_footer();
 ");


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to