-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot see full entry description #117
Comments
Currently the app is using the striptags filter to sanitize the content, but this results in the whole entry being a single paragraph. Feedparser comes with its own sanitization, which we are using, since it's the default (we should make it explicit, though). |
reader/src/reader/app/templates/entry.html Lines 41 to 46 in 2d9e2cc
|
Most of the comments are fixed. The iframes stuff will be fixed by better sanitization. The summary will be fixed by #130. |
There are entries whose link points to content on another site, and that have a different description than the actual content. The only way to see the description is by looking at the feed; there should be a way to see it from the web UI.
The text was updated successfully, but these errors were encountered: