- Issue created by @uttam
- ๐ฎ๐ณIndia rakesh.regar Rajasthan, India
rakesh.regar โ made their first commit to this issueโs fork.
- ๐ฎ๐ณIndia rakesh.regar Rajasthan, India
Verified and PR merged Thanks @uttam.
When adding scripts to the head section using the Advanced Script Manager module, special characters such as & are being automatically converted to their HTML entity equivalents (&). This results in scripts breaking, especially in cases where URLs contain query parameters or when JavaScript variables rely on unescaped characters.
For example, if a script contains:
<script src="https://example.com/api?param1=value¶m2=value"></script>
It is being rendered as:
<script src="https://example.com/api?param1=value&param2=value"></script>
Active
1.0
Code
rakesh.regar โ made their first commit to this issueโs fork.
Verified and PR merged Thanks @uttam.