Hey stephl26789,
From the source code, it looks like a plugin is causing the issue. Are you using ReachEdge tracking on your site?
The code causing it looks like this:
<script type="text/javascript">
var rl_siteid = "
<script type="text/javascript">
var rl_siteid = "c0e4f308-77a2-4dd9-8960-43633df9a988";
</script>
<script type="text/javascript" src="//cdn.rlets.com/capture_static/mms/mms.js" async="async">
</script>
";
</script>
It should just be
<script type="text/javascript">
var rl_siteid = "c0e4f308-77a2-4dd9-8960-43633df9a988";
</script>
<script type="text/javascript" src="//cdn.rlets.com/capture_static/mms/mms.js" async="async"></script>
Is it possible you pasted the embed code into “code ID” field in the ReachEdge plugin?
Try just entering your id in that field:
c0e4f308-77a2-4dd9-8960-43633df9a988
Let me know if that helps. If not, just hit reply, and we’ll see what else might be causing this.
Best regards