Commit: 91f7c5027b91d5cd745a6a214b0e8f0b9c88bed0 Author: Hannes Magnusson <[email protected]> Sun, 13 Jan 2013 20:06:58 +0800 Parents: 1ff17a72c7a06bd7a134b22589eaf7a58b0e6f6f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=91f7c5027b91d5cd745a6a214b0e8f0b9c88bed0 Log: Fix weirdo space character to fix the xml Changed paths: M archive/archive.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 2ab7048..4decae3 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,7 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> - <xi:include href="entries/2013-01-11-1.xml"/> + <xi:include href="entries/2013-01-11-1.xml"/> <xi:include href="entries/2013-01-10-1.xml"/> <xi:include href="entries/2012-12-21-1.xml"/> <xi:include href="entries/2012-12-20-2.xml"/> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
