Line 1: | Line 1: | ||
− | Forces the editor to output simple ampersands (&) on attributes (like "href" on links) instead of its relative entity (&). This is not recommended by the W3C XHTML specifications, so this option should remain disabled whenever possible. | + | Forces the editor to output simple ampersands (&) on attributes (like "href" on links) instead of its relative entity (&). This is not recommended by the [http://www.w3.org/TR/xhtml1/#C_12 W3C XHTML specifications], so this option should remain disabled whenever possible. |
Example:<br> | Example:<br> |
Latest revision as of 09:15, 16 February 2008
Forces the editor to output simple ampersands (&) on attributes (like "href" on links) instead of its relative entity (&). This is not recommended by the W3C XHTML specifications, so this option should remain disabled whenever possible.
Example:
FCKConfig.ForceSimpleAmpersand = true ;