Skip to content
Snippets Groups Projects
Commit 2012ee99 authored by Richard Mathot's avatar Richard Mathot
Browse files

[FIX] website: remove illegal HTML attribute

parent 8fb320e8
No related branches found
No related tags found
No related merge requests found
......@@ -132,14 +132,14 @@
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment