Does it work for you if Firefox 5 + Firebug 1.8.0? Honza
On Aug 2, 9:30 am, tomasz <[email protected]> wrote: > Hello, > > FF 4.0 + FB 1.7.3. > > There is somethingwrongwith page sourcerenderingin firebug > console, however page in FF is rendered correctly. > > The source code (Ctrl+U) : > > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <title>Hello World 4321</title> > <link rel="stylesheet" type="text/css" href="/css/grid.css" /> > <link rel="stylesheet" type="text/css" href="/css/style.css" /></ > head><body> > <h3>Hello World Example - hello.xhtml</h3>Test 123</body> > </html> > > is rendered in FB (HTML) as: > > <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body> > <title>Hello World 4321</title> > <link href="/css/grid.css" type="text/css" rel="stylesheet"> > <link href="/css/style.css" type="text/css" rel="stylesheet"> > <h3>Hello World Example - hello.xhtml</h3>Test 123 > </body></html> > > Best regards, > Tomasz -- 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.
