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:
parent
0f0ea7e824
commit
120f4d09fc
1 changed files with 1 additions and 0 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue