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
The error message isn't HTML escaped, leading to messages like #1755.
Route: /feed/trending?type=News®ion=US
/feed/trending?type=News®ion=US
should be
Route: /feed/trending?type=News®ion=US
/feed/trending?type=News®ion=US
The error message is created here:
invidious/src/invidious/helpers/errors.cr
Lines 25 to 44 in b29e60a
The text was updated successfully, but these errors were encountered:
Don't you mean #1755
Sorry, something went wrong.
Yes, thank you.
#1838 Is another one that shows this problem.
Successfully merging a pull request may close this issue.
The error message isn't HTML escaped, leading to messages like #1755.
should be
The error message is created here:
invidious/src/invidious/helpers/errors.cr
Lines 25 to 44 in b29e60a
See https://crystal-lang.org/api/0.35.1/HTML.html#escape(string:String):String-class-method
The text was updated successfully, but these errors were encountered: