Commit: 9c3fceafd1cfde1c0158ff65843f9677c7fc6113 Author: Joe Watkins <[email protected]> Thu, 30 May 2019 19:08:58 +0200 Parents: 01a15a3ac61d55741265904d377ff8f7a86c49f2 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9c3fceafd1cfde1c0158ff65843f9677c7fc6113 Log: fix changelog formatting Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 662390d..37e4f48 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -91,7 +91,6 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul> <!-- }}} --></section> -<?php site_footer(); ?> <section class="version" id="7.2.19"><!-- {{{ 7.2.19 --> <h3>Version 7.2.19</h3> <b><?php release_date('30-May-2019'); ?></b> @@ -2278,6 +2277,8 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul> <!-- }}} --></section> +<?php site_footer(); ?> + <section class="version" id="7.0.29"><!-- {{{ 7.0.29 --> <h3>Version 7.0.29</h3> <b><?php release_date('29-Mar-2018'); ?></b> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
