We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1. Environment
2. Describe the bug
In the flow page, some RSS items have escape characters in their image links. These pictures are not displayed correctly in the flow page:
I use tiny tiny rss as my server, I can see warning in my backend:
Undefined array key 1 1. classes/Handler_Public.php(758): ttrss_error_handler(Undefined array key 1, classes/Handler_Public.php) 2. public.php(49): cached() Forwarded For: **** Forwarded Protocol: https Remote IP: **** Request URI: /public.php?op=cached&file=images/e7ac1d48a7bcc95006b095d6782beda581b2780c User agent: ReadYou/0.10.1(25)
The correct url should be:
/public.php?op=cached&file=images/e7ac1d48a7bcc95006b095d6782beda581b2780c
The text was updated successfully, but these errors were encountered:
Maybe this is duplicate of #824.
Sorry, something went wrong.
No branches or pull requests
1. Environment
2. Describe the bug
In the flow page, some RSS items have escape characters in their image links. These pictures are not displayed correctly in the flow page:
I use tiny tiny rss as my server, I can see warning in my backend:
The correct url should be:
The text was updated successfully, but these errors were encountered: