• Greetings everyone I was a bit unsure about where to set this up but here is a simple bug I noticed while developing my site. At the end of every page super cache adds a following comment:

    <!-- Page generated on Monday 3rd of October 2016 10:48:44 AM UTC
    <!-- Dynamic page generated in 0.256 seconds. -->

    As you might’ve noticed this is a nested comment which by some validators is not allowed. so could it be changed to something like this:

    <!-- Page generated on Monday 3rd of October 2016 10:48:44 AM UTC -->
    <!-- Dynamic page generated in 0.256 seconds. -->

    The issue is very very minor but I thought I would at least let someone know of it.

    Cheers and have a nice day

The topic ‘Bug report : HTML comment fails validation’ is closed to new replies.