You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with rendering <script></script> tags in the template panel. The template source incorrectly removes spaces(tabs) within the script tags, which causes the content to render incorrectly.
Expected Behavior:
The <script></script> tags should render correctly with all spaces(tabs) intact, allowing for proper functionality.