- From: Scott A Tovey <satovey@yahoo.com>
- Date: Tue, 22 Aug 2017 05:07:50 +0000 (UTC)
- To: <www-validator@w3.org>
To whom it may concern,
It appears that your validator has a problem with dealing with
the script tag as well as the <?php tag.
The following error is followed by the opening div take as well as the end tag.
Between the two is a script tag.
Error thrown by html validator
    Error: Stray end tag div.
    From line 116, column 1; to line 116, column 6
    ndif]--> ?</div>?<scri
Actual HTML code in page.
 <div id="footer">
  Copyright© Scott A. Tovey 2011 - AJAX Enabled Site
  <script type="text/javascript">
  //w3cValidPassed("passed", "w3c_seal", "index");
  </script>
 </div>
Take care
Received on Tuesday, 22 August 2017 05:08:14 UTC