I'm using JSN Vintage as my template, and I know it's an elderly thing, but it has served me well.
Since I tried to update to K2 V 10, I have the following issue: I see an extra '<' character on every page that runs a K2 item. Looking at the source code I see the following just before the closing head tag:
<style type="text/css">
/* K2 - Magnific Popup Overrides */
.mfp-iframe-holder {padding:10px;}
.mfp-iframe-holder .mfp-content {max-width:100%;width:100%;height:100%;}
.mfp-iframe-scaler iframe {background:#fff;padding:10px;box-sizing:border-box;box-shadow:none;}
.........
}
div.jsn-modulecontainer ul.menu-sidemenu ul ul {
margin-left: 200px;
}
</style>
>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0" />
</head>
Going back to K2 V 9 I do not have issues. What's going wrong?