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 escapeHTML() should be called while replacing the variables in t() and shouldn't be done in following way.
escapeHTML()
t()
t('files_sharing', 'Shared by {owner}', {owner: escapeHTML(fileData.shareOwner)})
cc @LukasReschke @PVince81
The text was updated successfully, but these errors were encountered:
spotted here: #9040 (comment)
Sorry, something went wrong.
organize js a bit better
2219087
@MorrisJobke can you fix that?
@karlitschek Sure
Successfully merging a pull request may close this issue.
The
escapeHTML()
should be called while replacing the variables int()
and shouldn't be done in following way.cc @LukasReschke @PVince81
The text was updated successfully, but these errors were encountered: