Commit: d441208f7c783dd86521c4410f8366d762d9f103 Author: Adam Harvey <[email protected]> Thu, 11 May 2017 12:03:26 -0700 Parents: 9bd191a091c370fd29aeba197b59c6c0c40cc387 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d441208f7c783dd86521c4410f8366d762d9f103 Log: Fix 7.1.5 release announcement. We don't need the <h1>, and the title was the file name, rather than the actual title. Changed paths: M archive/entries/2017-05-11-2.xml Diff: diff --git a/archive/entries/2017-05-11-2.xml b/archive/entries/2017-05-11-2.xml index de32bc1..e13203e 100644 --- a/archive/entries/2017-05-11-2.xml +++ b/archive/entries/2017-05-11-2.xml @@ -1,17 +1,15 @@ <?xml version="1.0" encoding="utf-8"?> <entry xmlns="http://www.w3.org/2005/Atom"> - <title>archive/entries/2017-05-11-3.xml</title> + <title>PHP 7.1.5 Released</title> <id>http://php.net/archive/2017.php#id2017-05-11-2</id> <published>2017-05-11T17:44:29+00:00</published> - <updated>2017-05-11T17:44:29+00:00</updated> + <updated>2017-05-11T12:03:00-07:00</updated> <category term="frontpage" label="PHP.net frontpage news"/> <category term="releases" label="New PHP release"/> <link href="http://php.net/index.php#id2017-05-11-2" rel="alternate" type="text/html"/> <link href="http://php.net/archive/2017.php#id2017-05-11-2" rel="via" type="text/html"/> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>PHP 7.1.5 Release Announcement</h1> - <p>The PHP development team announces the immediate availability of PHP 7.1.5. Several bugs have been fixed. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
