[FIX] website: remove illegal HTML attribute
authorRichard Mathot <rim@openerp.com>
Fri, 23 May 2014 12:45:56 +0000 (14:45 +0200)
committerRichard Mathot <rim@openerp.com>
Mon, 26 May 2014 06:51:38 +0000 (08:51 +0200)
addons/website/views/website_templates.xml

index 0f89c44..66ed4d8 100644 (file)
                 <footer>
                     <div class="container hidden-print" id="footer_container">
                         <div class="row">
-                            <div class="col-md-3" name="product">
+                            <div class="col-md-3">
                                 <h4>Our products &amp; Services</h4>
                                 <ul class="list-unstyled" name="products">
                                     <li><a href="/">Home</a></li>
                                 </ul>
                             </div>
                             <div class="col-md-3" name="info">
-                                <h4 name="info_title">Connect with us</h4>
+                                <h4>Connect with us</h4>
                                 <ul class="list-unstyled">
                                     <li><a href="/page/website.contactus">Contact us</a></li>
                                 </ul>