I guess that Firefox is adding this 'a' element just befor "Pati" in
the footer. Firebug does not add such elements. We could be mis-
representing the footer, but I doubt it. If I put
$('footer').innerHTML
in the command line I get
"<a name="id04" id="id04">Patička s </a><a href="#">odkazem</a>"jjb On Jun 12, 3:42 am, Peter Valdemar Mørch <[email protected]> wrote: > Hi, > > Honza (Jan Odvarko) wrote: > > When I download the page and check the source code I can see that the > > <a name="id04" id="id04> element is part of the page and also present > > in the 'footer' element. > > > <div><a name="id04" id="id04"> </a></div> > > <div id="footer"><a name="id04" id="id04">Patička s </a><a > > href="#">odkazem</a></div> > > I disagree. I've tried downloading the file with wget and also looked at > the actual bits on the wire with wireshark, while Firefox gets it. Both > agree that the page actually contains: > > <div> </div> > <div id="footer">Patička s <a href="#">odkazem</a></div> > > Just like view source says. > > Peter > -- > Peter Valdemar M rchhttp://www.morch.com -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
