Side navigation
#7170 closed bug (invalid)
Opened October 13, 2010 03:10AM UTC
Closed October 13, 2010 03:51AM UTC
jQuery encodes ampersand in &2sup;
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | unfiled | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The "squared" or "superscript 2" entity is not recognised by jQuery's html() function, and as such when I try to do $(o).html('&2sup;') the resulting html is '&2sup;' for the object in question.
Oh dear. I feel stupid now. It's ²... sorry everyone. I thought I'd tried everything... :|