| derick@php.net 2004-11-26, 4:08 pm |
| ID: 30910
Updated by: derick@php.net
Reported By: eiriksletteberg at hotmail dot com
-Status: Open
+Status: Closed
Bug Type: Website problem
Operating System: irrelevant (browser=Firefox)
PHP Version: Irrelevant
New Comment:
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.
Previous Comments:
------------------------------------------------------------------------
[2004-11-26 15:36:23] eiriksletteberg at hotmail dot com
Description:
------------
In the php.net (HTML) source code (home/news page), there is a <link>
tag which identifies the RSS file of the web site.
The newline character in this source makes the RSS subscriber buggy,
because it shows up as a square character.
This is an annoying, but minor bug, and can be fixed easily simple by
removing the newline character from the source.
Reproduce code:
---------------
<link rel="alternate" type="application/rss+xml" title="PHP: Hypertext
Preprocessor" href="http://www.php.net/news.rss" />
Expected result:
----------------
The menu should read "Subscribe to 'PHP: Hypertext Preprocessor'..."
Actual result:
--------------
The menu reads "Subsribe to PHP: Hypertext# Preprocessor".
A screenshot of the bug can be found here:
[url]http://eirik.dotg .org/phpnet_rsserror.png[/url]
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=30910&edit=1
|