Quote:
Originally Posted by tommyxv
I also have a broken footer for the Insight Experience tab only. All styles including vb default. Running 4.1.10. Everything else works.
Any ideas??
|
I found the problem. The xperience_insight template is missing a closing div.
Fix it here...
Code:
<div id="memberlist" class="block">
<div class="blockfoot">
{vb:raw xperience.version}
</div>
</div>
</div>
{vb:raw footer}
</body>
</html>