Plugin does not escape instances of &
-
When creating Amazon links, the plugin does not change all instances of
&in the URL to&. This breaks HTML validation. As the W3C validator will report:`Error Line 82, Column 84: & did not start a character reference. (& probably should have been escaped as &.)
…azon.com/gp/product/1841623415?ie=UTF8&linkCode=as2&camp=1634&creative=6738&ta…`
Pretty much all browsers nowadays know that
&in an URL should be processed as&, and so there would be no drawback to fixing this bug. Many website owners rely on having valid HTML.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Plugin does not escape instances of &’ is closed to new replies.