I've found new misorders.
Here is a tiny HTML parser who is only able to seek some other
</td></tr> misordered in the C sources :
% fgrep -n '</TR></TD>' *.c
newmsg.c:273: printf("</PRE></TT></TR></TD></TABLE>\n");
newmsg.c:274: printf("</TR></TD></TABLE>\n");
newmsg.c:472: printf("</TR></TD></TABLE>\n");
newmsg.c:473: printf("</TR></TD></TABLE>\n");
sqispell.c:515: printf("</TR></TD></TABLE><BR>");
- misorder in </td></tr> Laurent Wacrenier
- Re: misorder in </td></tr> Laurent Wacrenier
- Re: misorder in </td></tr> Sam Varshavchik
