aureliendavid / rsspreview

WebExtension to preview RSS feeds in the browser
MIT License
103 stars 6 forks source link

Description xhtml #9

Closed nanaya closed 5 years ago

nanaya commented 5 years ago

Feeds with xhtml description currently have all of its (x)html tags stripped.

Example: https://rsstweet.myconan.net/2791517370/edogawa_test

Reference: https://tools.ietf.org/html/rfc4287#section-4.1.3.3

aureliendavid commented 5 years ago

hi, thanks for the report

this should now work with v2.3.1+

reopen the issue if the problem persists, thanks

nanaya commented 5 years ago

Thanks, it almost works now. I commented in the commit. Changing it to use querySelectorAll is probably the simplest fix for it.

aureliendavid commented 5 years ago

hopefully it's better now

nanaya commented 5 years ago

Looks great, thanks :+1: