Hi all, I’d like to include some Javascript within the content of a page (as opposed to a template), but EE seems to be changing the code when it renders the page.
For example…
for (var i = 0; i < markers.length; i++) {is changed to this:
for (var i = 0; i >< markers.length; i++) {How can I prevent this behavior?