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
Was getting encoded html/script in place of the upload widget in the frontend, which is called in FormFields.html.
I added $escapeOutput = false; to the viewhelper classes as per: https://stackoverflow.com/a/50408766/16559739, which seems to work for me.
$escapeOutput = false;
Is this a known issue? Is there perhaps a better way to resolve?
Thanks in advance
The text was updated successfully, but these errors were encountered:
[BUGFIX] do not htmlencode upload widget output
a9a8026
fixes fabarea#54
Successfully merging a pull request may close this issue.
Was getting encoded html/script in place of the upload widget in the frontend, which is called in FormFields.html.
I added
$escapeOutput = false;
to the viewhelper classes as per: https://stackoverflow.com/a/50408766/16559739, which seems to work for me.Is this a known issue? Is there perhaps a better way to resolve?
Thanks in advance
The text was updated successfully, but these errors were encountered: