Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTML-Escape CPAN distribution.

Report information
The Basics
Id: 84971
Status: resolved
Priority: 0/
Queue: HTML-Escape

People
Owner: Nobody in particular
Requestors: siracusa [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Also escape `backticks`
Internet Explorer interprets backticks as valid quoting characters for HTML attributes. Example: <input type="text" value=`hello`> It would be nice if HTML::Escape also escaped backticks.
Hi, A backtick is not entity of HTML standard: http://www.w3.org/TR/html4/charset.html#didx-character_entity_references So i think this should not be realized in this module ;-) It's problem of IE if this problem there is...
Sorry for my laziness. This feature was implemented at 1.08!