验证错误:看到结束标记,但有开放元素

Ale*_*ter 5 html w3c-validation

我在使用 W3C 验证器时收到此错误。我还注意到我的页脚内容在 IE8 中消失了,我想知道这是否会解决它。

<aside class="footer-sidebar-widget four columns">
<h4>Call Us Today</h4>          
<div class="textwidget">
        <h4 style="color:#fff;">773-376-ROLL (7655)</h4>
            </div>
</aside>


            <aside class="footer-sidebar-widget four columns">  
            <div class="textwidget">
                <div id="right-footer-wrap">
                    <div id="right-footer-content">
                        <div itemscope itemtype="http://schema.org/LocalBusiness">

                    <span itemprop="name"><strong>Rolling Reefers</strong></span>
                    <br />
                    <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
                     <span itemprop="streetAddress">3535 S Kostner Ave., Suite 101</span>
                    <br />
                    <span itemprop="addressLocality">Chicago</span>, <span itemprop="addressRegion">IL</span> <span itemprop="postalCode">60632</span>
                    <br />
                    <span itemprop="telephone">(773) 376-7655</span>

                        </div>
                    </div>
                </div>
            </div>
        </aside>
Run Code Online (Sandbox Code Playgroud)

网站:滚动冷藏箱

Car*_*ter 6

<div>在第二个旁边有一个空位。</div>在最后一个之前添加另一个</aside>应该可以解决它。