I am trying to add google variance testing on a page but when the page is rendered it removes the </unscript> tag from the page as it does not have an opening tag.
I have tried various options in the episerver configuration section in the web.config but no success so far. Has anyone came accross the same problem? Any help would be appreciated
Hi,
I am trying to add google variance testing on a page but when the page is rendered it removes the </unscript> tag from the page as it does not have an opening tag.
e.g
This is what I have coded on the page
<script>utmx_section("Slide images")</script>Content... </noscript>
but when the page is rendered on the website it removes the unscript closing tag
<script>utmx_section("Slide images")</script>Content...
I have tried various options in the episerver configuration section in the web.config but no success so far. Has anyone came accross the same problem? Any help would be appreciated