Commit: 536e085d82aab37a9b2d4e16ff05ab5af356adf1 Author: Kalle Sommer Nielsen <[email protected]> Thu, 28 May 2015 16:43:51 +0200 Parents: 8bfa8b8fae3d877b3bdcbf27579b28882b62b056 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=536e085d82aab37a9b2d4e16ff05ab5af356adf1 Log: Not sure if this is the right fix, but it seems that the green conference bar prefers without www. (it creates 404 links) Hannes? Changed paths: M archive/entries/2015-05-25-1.xml Diff: diff --git a/archive/entries/2015-05-25-1.xml b/archive/entries/2015-05-25-1.xml index 1e49529..76143ed 100644 --- a/archive/entries/2015-05-25-1.xml +++ b/archive/entries/2015-05-25-1.xml @@ -6,7 +6,7 @@ <updated>2015-05-25T16:57:52+00:00</updated> <default:finalTeaserDate xmlns="http://php.net/ns/news">2015-06-20</default:finalTeaserDate> <category term="conferences" label="Conference announcement"/> - <link href="http://www.php.net/conferences/index.php#id2015-05-25-1" rel="alternate" type="text/html"/> + <link href="http://php.net/conferences/index.php#id2015-05-25-1" rel="alternate" type="text/html"/> <default:newsImage xmlns="http://php.net/ns/news" link="http://devconf.ru" title="DevConf 2015">devconfru2012.png</default:newsImage> <link href="http://devconf.ru" rel="via" type="text/html"/> <content type="xhtml"> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
