Commit:    edb217399166a44a95ca09473c53be6409eec802
Author:    Sara Golemon <[email protected]>         Fri, 25 May 2018 10:21:12 
-0400
Parents:   c62c54aa0518a5d52e9511c16d36c1b931c7fd15
Branches:  master

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

Log:
Put header back on top

Changed paths:
  M  ChangeLog-7.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 4cfad8f..33b2e25 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -4,6 +4,7 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
 include_once $_SERVER['DOCUMENT_ROOT'] . '/include/changelogs.inc';
 site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => 
array("changelog.css"), "layout_span" => 12));
 ?>
+<h1>PHP 7 ChangeLog</h1>
 
 <section class="version" id="7.1.18"><!-- {{{ 7.1.18 -->
 <h3>Version 7.1.18</h3>
@@ -29,7 +30,6 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul>
 <!-- }}} --></section>
 
-
 <section class="version" id="7.2.6"><!-- {{{ 7.2.6 -->
 <h3>Version 7.2.6</h3>
 <b><?php release_date('24-May-2018'); ?></b>
@@ -62,7 +62,6 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul>
 <!-- }}} --></section>
 
-<h1>PHP 7 ChangeLog</h1>
 <section class="version" id="7.2.5"><!-- {{{ 7.2.5 -->
 <h3>Version 7.2.5</h3>
 <b><?php release_date('26-Apr-2018'); ?></b>


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

Reply via email to