Commit: 711310cd3888a63a7efc279392900cf663636746 Author: Martin Jansen <[email protected]> Sat, 8 Aug 2015 07:46:47 +0200 Parents: 22b1ceb1e1ab7ca4d1312141b15a4b810ad15047 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=711310cd3888a63a7efc279392900cf663636746 Log: Fix invalid XML Changed paths: M archive/entries/2015-05-06-1.xml Diff: diff --git a/archive/entries/2015-05-06-1.xml b/archive/entries/2015-05-06-1.xml index 01766d5..f0cf345 100644 --- a/archive/entries/2015-05-06-1.xml +++ b/archive/entries/2015-05-06-1.xml @@ -13,7 +13,7 @@ <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> <p> - <b>The speaker lineup has been decided!<b> + <b>The speaker lineup has been decided!</b> </p> <p> We’ve got all the <a href="http://2015.northeastphp.org/speakers/" title="speakers">rockstars</a> from our industry in one place just for you! With talks ranging from starting to work in the industry to expanding your skill set as an experienced user; we have sessions for everyone! -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
