Skip to content
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

${raw(content)} within <script/> tags is igrored in decorators and results in content being encoded #1

Open
codeconsole opened this issue May 7, 2024 · 0 comments

Comments

@codeconsole
Copy link
Owner

codeconsole commented May 7, 2024

decorator.gsp

  ${raw("'Raw Encoder Test 3'")}

results in

  &#39;Raw Encoder Test 3&#39;

The only occurs if the expression is inside a <script></script> tag

Raw examples

@codeconsole codeconsole changed the title ${raw(content)} inside a <script></script> tag is igrored in decorators and results in content being encoded ${raw(content)} is igrored in decorators and results in content being encoded May 20, 2024
@codeconsole codeconsole changed the title ${raw(content)} is igrored in decorators and results in content being encoded ${raw(content)} within <script/> tags is igrored in decorators and results in content being encoded Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant