Fixing missing </div> caught by validator.w3.org

The errors given were:
Error: End tag aside seen, but there were open elements.
Error: Unclosed element div.

They were caused by a missing </div> just inside an <aside> block.
This commit is contained in:
saagit 2020-08-16 09:09:26 -07:00
parent 0f0ea7e824
commit 120f4d09fc

View file

@ -220,6 +220,7 @@
(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({});
</script> </script>
{% endif %} {% endif %}
</div>
</aside> </aside>
<main> <main>
{% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.main_menu %} {% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.main_menu %}