You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to notify you of a bug/problem that is happening on the Planet.
I am using: O.S: n/a Browser: n/a Platform: (mobile, tablet, desktop) web
Problem
On planetpython.org the HTML display for RSS feeds that embed their HTML in CDATA (seems correct to avoid breaking the RSS XML parsing), seems to result in HTML encoded presentation on the website.
I am super busy right now. I'm pretty sure it's because my XML feed wraps the embedded HTML in CDATA blocks (as it should). Here's an example:
<description><![CDATA[Welcome to a very special episode. ...
<br/>
...
<div>...</div>]]></description>
My understanding is this is correct and necessary. But it seems as it is pulled out you are preserving this XML encoding rather than displaying it as "raw" HTML in the web app & feed.
REPORT A BUG/PROBLEM
Hi, I want to notify you of a bug/problem that is happening on the Planet.
I am using:
O.S: n/a
Browser: n/a
Platform: (mobile, tablet, desktop) web
Problem
On planetpython.org the HTML display for RSS feeds that embed their HTML in CDATA (seems correct to avoid breaking the RSS XML parsing), seems to result in HTML encoded presentation on the website.
Details
Here's an example from https://talkpython.fm/rss
Thanks.
The text was updated successfully, but these errors were encountered: