Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.3.3
-
Fix Version/s: 4.3.4
-
Component/s: None
-
Labels:None
-
Similar Issues:
Description
When linking to resources in HTML, in order for the code to be valid XHTML, the ampersands and other HTML entities must be encoded.
Eg. var=1&test=2 should read var=1&test=2
