dhamaso / ufd

Automatically exported from code.google.com/p/ufd
GNU General Public License v2.0
0 stars 0 forks source link

Ampersands in iE6 #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With "addEmphasis" on, options with an ampersand followed by
non-whiatespace loose the content after the ampersand.

Consuider this discussion:
http://bytes.com/topic/javascript/answers/832990-ampersand-creating-problem-ie6-
innerhtml-property

Original issue reported on code.google.com by thetoolman on 30 Mar 2010 at 9:52

GoogleCodeExporter commented 9 years ago
.replace("&", "&");

Original comment by thetoolman on 30 Mar 2010 at 9:58

GoogleCodeExporter commented 9 years ago

Original comment by thetoolman on 31 Mar 2010 at 5:02