Take a look at this page: http://jqeedu.tuxfamily.org/test/index.php.
You'll see a <
between the fieldset and table. Firebug also shows there is a <
But it is not in the code. I have checked character by character, in Notepad++, notepad, and XVI32. View Page Source in Firefox does not show it either! How could this be possible?
views:
18answers:
1
+2
A:
Line 117:
<td>Room D</td><<td> </td><td>&
Spot the <<
. A stray <
or >
in the page result is usually due to a tag delimiter typed twice, so a quick find (or find and replace) in the source for <<
or >>
catches them.
Andy E
2010-06-12 06:30:00
+1: good spot!!
nico
2010-06-12 06:33:14
Oh thanks! Soon it'd had me go blind. Good point on searching for `<<` or `>>` too.
Majid
2010-06-12 06:39:09