php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37512 16-May-2006 news item has raw ampersand, breaks RSS feed
Submitted: 2006-05-18 21:04 UTC Modified: 2006-05-20 11:06 UTC
From: edwardzyang at thewritingpot dot com Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: edwardzyang at thewritingpot dot com
New email:
PHP Version: OS:

 

 [2006-05-18 21:04 UTC] edwardzyang at thewritingpot dot com
Description:
------------
News item 16-May-2006, NYPHPCon 2006 Program Announced, has an unencoded ampersand. This breaks the RSS feed.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-18 21:29 UTC] edwardzyang at thewritingpot dot com
Patch:

--- index.php	18 May 2006 19:01:44 -0000	1.781
+++ index.php	18 May 2006 21:27:06 -0000
@@ -176,7 +176,7 @@
  <span class="newsdate">[16-May-2006]</span>
  We are pleased to announce the speaker, tutorial and keynote program for 
  NYPHPCon 2006.  The <a href="http://www.nyphpcon.com">New York PHP 
- Conference & Expo 2006</a> is taking place in New York City, at the 
+ Conference &amp; Expo 2006</a> is taking place in New York City, at the 
  historic New Yorker Hotel, June 14-16, 2006.  There will be three full 
  days of sessions, tutorials, exhibits, and networking events.
 </p>
 [2006-05-20 11:06 UTC] goba@php.net
This bug has been fixed in CVS. Since the websites are not directly
updated from the CVS server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC