Commit:    7d99920b11c25d1c369372f1675eed6d24d5d4be
Author:    kovacs.ferenc <[email protected]>         Fri, 30 Oct 2015 
10:26:57 +0100
Parents:   67ec3fda28139fa826e02159de34f853b73247e2
Branches:  master

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

Log:
fix missing closing tag (managed to copypaste from a bogus announcement)

Changed paths:
  M  archive/entries/2015-10-29-2.xml
  M  releases/5_6_15.php
  M  releases/5_6_9.php


Diff:
diff --git a/archive/entries/2015-10-29-2.xml b/archive/entries/2015-10-29-2.xml
index f7fe06c..bb2baea 100644
--- a/archive/entries/2015-10-29-2.xml
+++ b/archive/entries/2015-10-29-2.xml
@@ -20,6 +20,7 @@
      <p>For source downloads of PHP 5.6.15 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
      Windows binaries can be found on <a 
href="http://windows.php.net/download/";>windows.php.net/download/</a>.
      The list of changes is recorded in the <a 
href="http://www.php.net/ChangeLog-5.php#5.6.15";>ChangeLog</a>.
+     </p>
      
     </div>
   </content>
diff --git a/releases/5_6_15.php b/releases/5_6_15.php
index c5f0a40..908f05d 100644
--- a/releases/5_6_15.php
+++ b/releases/5_6_15.php
@@ -16,5 +16,6 @@ site_header("PHP 5.6.15 Release Announcement");
      <p>For source downloads of PHP 5.6.15 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
      Windows binaries can be found on <a 
href="http://windows.php.net/download/";>windows.php.net/download/</a>.
      The list of changes is recorded in the <a 
href="http://www.php.net/ChangeLog-5.php#5.6.15";>ChangeLog</a>.
+     </p>
 
 <?php site_footer(); ?>
diff --git a/releases/5_6_9.php b/releases/5_6_9.php
index 8c4edce..e1ff0d6 100644
--- a/releases/5_6_9.php
+++ b/releases/5_6_9.php
@@ -16,5 +16,6 @@ site_header("PHP 5.6.9 Release Announcement");
      <p>For source downloads of PHP 5.6.9 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
      Windows binaries can be found on <a 
href="http://windows.php.net/download/";>windows.php.net/download/</a>.
      The list of changes is recorded in the <a 
href="http://www.php.net/ChangeLog-5.php#5.6.9";>ChangeLog</a>.
+     </p>
 
 <?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