Closed
Bug 278515
Opened 21 years ago
Closed 18 years ago
planet.mozilla.org's rss feeds are broken (not well-formed) when entry title has < or &
Categories
(Websites :: planet.mozilla.org, defect)
Websites
planet.mozilla.org
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: glob, Unassigned)
References
()
Details
currently planet.mozilla.org's rss feeds are invalid html.
the error is caused by the following:
<title>MozillaZine: Times Online Q&A; with Blake Ross</title>
&A; isn't a valid entity.
Comment 1•21 years ago
|
||
cc'ing someone who might be able to fix this and moving to a better component.
Assignee: mitchell → mozilla.webmaster
Component: Miscellaneous → webmaster@mozilla.org
QA Contact: mitchell → danielwang
i guess someone noticed, as the title of the article in question is now "Times
Online Q and A with Blake Ross"
Comment 3•21 years ago
|
||
Hmm, that does not fix the problem. It only fixes it for now.
The bug appears to lie in feedparser (http://feedparser.org/), which
planet uses.
for what it's worth, they are broken again:
<title>Jesse Ruderman: Security advisories for Firefox < 1.0</title>
< should be <
Updated•20 years ago
|
Summary: planet.mozilla.org's rss feeds are broken → planet.mozilla.org's rss feeds are broken (not well-formed) when entry title has < or &
Comment 7•20 years ago
|
||
(In reply to comment #5)
> The bug appears to lie in feedparser (http://feedparser.org/), which
> planet uses.
This comment is based on the defaults for the PlanetPlanet Software:
I would have thought the issue was more likely to be the
<TMPL_VAR title>
which is in the default rss20.xml.tmpl - would it not be better to change that to
<TMPL_VAR title ESCAPE="HTML">
Updated•20 years ago
|
Assignee: www-mozilla-org → nobody
QA Contact: danielwang → www-mozilla-org
Updated•19 years ago
|
Assignee: nobody → tor
Component: www.mozilla.org → planet.mozilla.org
Product: mozilla.org → Websites
QA Contact: www-mozilla-org
Version: other → unspecified
Comment 8•19 years ago
|
||
--> Websites :: planet.mozilla.org
Updated•18 years ago
|
QA Contact: planet-mozilla-org
Updated•18 years ago
|
Assignee: tor → nobody
Comment 9•18 years ago
|
||
This bug should be marked as dependent of bug https://bugzilla.mozilla.org/show_bug.cgi?id=372060
At least I think that resolving bug 372060 will resolve this one too
Comment 10•18 years ago
|
||
Did the upgrade earlier tonight fix this?
Comment 11•18 years ago
|
||
I think this is fixed. If it isn't please reopen.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•