Add missing DIV tag

Fix W3C errors:
- End tag section seen, but there were open elements
- Unclosed element div
This commit is contained in:
Daniel Leedan 2020-12-08 16:45:38 +08:00
parent b386654cef
commit b0d2d74410

View file

@ -147,6 +147,7 @@ permalink: index.html
<p><a href="{{site.baseurl}}/resources/research-lab/" class="btn-link btn-fixed">{% t home.visitmrl %}</a></p> <p><a href="{{site.baseurl}}/resources/research-lab/" class="btn-link btn-fixed">{% t home.visitmrl %}</a></p>
</div> </div>
</div> </div>
</div>
</section> </section>
<!-- END Full Block --> <!-- END Full Block -->
</div> </div>