unrecognized wrong tags: <//li> <TH">

Hi,
 
I found two tags that have not been checked correct by tidy:
Example 1:
<ul>
  <li><a href="#Setting_the_Programming_Mode">Setting the Programming
Mode</a></li>
  <li><a href="#Functional_Differences">Functional Differences</a> </li>
  <li><a href="#Closing_a_Processing_Loop_in_Reporting_Mode">Closing a
Processing Loop in
    Reporting Mode</a></li>
  <li><a href="#Closing_a_Processing_Loop_in_Structured_Mode">Closing a
Processing Loop in
    Structured Mode</a><!--webbot bot="HTMLMarkup" StartSpan
--><//li><!--webbot BOT="HTMLMarkup" endspan --> </li>
  <li><a href="#Database_Reference">Database Reference</a><!--webbot
bot="HTMLMarkup" StartSpan --><//li><!--webbot BOT="HTMLMarkup" endspan -->
</li>
</ul>
 
the above example contains <//li> tags.
 
example 2:
<table border="1" class="color" cellpadding="3">
  <tr>
<th">
    <th>Operand </th>
    <th colspan="5">Possible Structure </th>
    <th colspan="13">Possible Formats </th>
    <th>Referencing Permitted</th>
    <th>Dynamic Definition</th>
  </tr>
</table>
 
the above example contains a <th"> tag.
 
I used
Tidy (vers 26th July 1999)
 
Regards
    Eric Schindler
 
 
 

Received on Wednesday, 13 October 1999 02:30:21 UTC