• Resolved lilacsun

    (@lilacsun)


    Hi,
    I noticed in the source code that extra </span> and </article> tags are being added when someone leaves a comment.. How can I remedy this?
    You can see this also happening in the demo theme.
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author alex27

    (@alex27)

    Hello!

    You didn’t provide a link, so I can’t see your website.
    Anyway, why do you want to remove those? Why does it matter which elements were used in the comment section?

    Thread Starter lilacsun

    (@lilacsun)

    Hi.. Thanks for your response!
    The reason why I wanted to fix this is because it is the only thing preventing my site from validating..
    It’s not a big deal, but everything is validating on my site except for the pages that have comments.

    These are the errors from the W3 validator:

    1) Stray end tag span.

    </span><!– .comment-metadata –>

    2) End tag article seen, but there were open elements.

    </article><!– .comment-body –>

    3) Unclosed element div.

    <div class=”comment-box”>

    You can see this on the demo here:
    http://webtuts.pl/test/sugarspice/about-2/page-with-comments/

    As I wrote above, no big deal if it gets left as is. Thank you also for your beautiful theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments adding extra tags in source code.’ is closed to new replies.