• Hello,

    another tiny bug.

    In footer.php <main> gets closed after the wrapper div:

    </div><!– .wrapper –>
    </main><!– #site-content –>

    However, it should be the other way around:

    </main><!– #site-content –>
    </div><!– .wrapper –>

    Otherwise, this will result in a loose end an an unclosed element main.

    Greetings

    • This topic was modified 2 years, 6 months ago by milchbaum.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘main tag not closed’ is closed to new replies.