According to http://www.w3.org/TR/xhtml1/#C_16 :
"The named character reference ' (the apostrophe, U+0027) was introduced
in XML 1.0 but does not appear in HTML. Authors should therefore use '
instead of ' to work as expected in HTML 4 user agents."
Internet Explorer does not (always?) handle ' in places where it does
handle '
This may not always cause problems, but if a ' (single quote) is used in a form
snippet when creating a new connector instance in IE and validateConfig returns
a non-null form snippet for any reason, then IE may fail to dereferences the
' entity. This may lead to further configuration errors or runtime errors
in the connector instance.
Original issue reported on code.google.com by jla...@google.com on 3 Nov 2010 at 12:52
Original issue reported on code.google.com by
jla...@google.com
on 3 Nov 2010 at 12:52