Given this html:

<html>
<body>
Should see the character entity reference here, not the less than glyph &lt;
</body>
</html>

Firebug's html viewer displays:

<html>
<body>
Should see the character entity reference here, not the less than glyph <
</body>
</html>

Expected display would be:

<html>
<body>
Should see the character entity reference here, not the less than glyph &lt;
</body>
</html>

Firebug's html view translates the &lt; reference to the '<' character. A 
source viewer should not do that. It hides certain errors in the html that 
you can then only find using a different source viewer.

Is this a bug?

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/bdd8ca37-ea5d-43c8-a269-404c011733b9%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to