using the w3schools code checker it shows me this
Error: Unclosed element div.
From line 315, column 1; to line 315, column 36
y_home” >↩<div class=”wp_hot_academy_wrapper”>↩ <
viewing source it looks like this:
<body class=”wp_hot_academy_home” >
<div class=”wp_hot_academy_wrapper”>
<div class=”wp_hot_academy_full toprow”>
<div class=”container”>
<div class=”row”>
<div class=”cell mp_top1 span6 “>
<div class=”cell_pad”>
<div class=’widget widget_top1′>
and this one
Error: End tag for body seen, but there were unclosed elements.
From line 628, column 1; to line 629, column 7
</script>↩↩</body>↩</htm
viewing source it looks like this:
});
</script>
</body>
</html>