Javascript that contains ampersands

Issue

User wants to place a <script></script> override that has code which contains an ampersands. This stops the generation from occurring

Solution

The solution is to use the CDATA markup described here so here is how your JS would look

<script>
<![CDATA[
your code goes here
]]>
</script> 

LaurenLever/@Solutions/Overrides/Scripts wtih ampersands (last edited 2013-07-08 16:31:00 by LaurenLever)