Commit: fce568a7d99e9bce4ffb10a261f11391de4bc5c6 Author: Hannes Magnusson <[email protected]> Sun, 13 Jan 2013 20:06:58 +0800 Parents: 8c22999b6e3f3181588c9858f9878e5a85ea8a7a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=fce568a7d99e9bce4ffb10a261f11391de4bc5c6 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
