- Named entities outside the Latin-1 range are now only expanded
when properly terminated with ";". This makes HTML::Parser
compatible with Firefox/Konqueror/MSIE when it comes to how these
entities are expanded in attribute values. Firefox does expand
unterminated non-Latin-1 entities in plain text, so here
HTML::Parser only stays compatible with Konqueror/MSIE.
Fixes http://rt.cpan.org/Ticket/Display.html?id=17962.
- Fixed some documentation typos spotted by william@knowmad.com.
http://rt.cpan.org/Ticket/Display.html?id=18062