Commit:    d08e4b5eb33f28ccefb154cf0f0c7db9b9988c34
Author:    Martin Jansen <mar...@divbyzero.net>         Mon, 14 Nov 2016 
08:48:50 +0100
Parents:   4f3f8ac36f9cd213ec7dc9455d3e75217cc7c5b6
Branches:  master

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

Log:
Fix news entry XML

The script that pregenerates the news feed was failing on this with
"Input is not proper UTF-8, indicate encoding".

Changed paths:
  M  archive/entries/2016-11-02-1.xml


Diff:
diff --git a/archive/entries/2016-11-02-1.xml b/archive/entries/2016-11-02-1.xml
index 110e287..74691a5 100644
--- a/archive/entries/2016-11-02-1.xml
+++ b/archive/entries/2016-11-02-1.xml
@@ -14,7 +14,7 @@
        <p>All delegates of the International PHP Conference have, in addition 
to PHP program, free access to the entire range of the <a 
href="https://webinale.de";>webinale</a> taking place at the same time.</p>
        <p>THE BASIC FACTS</p>
        <ul>
-         <li>Date: 29 May � 2 June 2017</li>
+         <li>Date: 29 May - 2 June 2017</li>
          <li>Location &amp; Venue: Maritim proArte Hotel Berlin</li>
          <li>Deadline for submissions: 14. November 2016</li>
          <li>URL for submissions: <a 
href="https://callforpapers.sandsmedia.com";>https://callforpapers.sandsmedia.com</a></li>


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

Reply via email to